HttpBrowserCapabilities.Browser プロパティ

定義

User-Agent ヘッダーで送信されたブラウザー文字列 (存在する場合) を取得します。

public:
 property System::String ^ Browser { System::String ^ get(); };
public string Browser { get; }
member this.Browser : string
Public ReadOnly Property Browser As String

プロパティ値

ブラウザーの種類 (例: ("IE")。

適用対象