Share via


HttpBrowserCapabilities.Browser プロパティ

定義

ユーザー エージェント ヘッダーで送信されたブラウザー文字列を取得します (存在する場合)。

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

プロパティ値

String

ブラウザーの種類 (たとえば、"IE")。

適用対象