HttpBrowserCapabilitiesWrapper.Browser 属性

定义

获取在 User-Agent 请求头中由浏览器发送的浏览器字符串(如果有)。

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

属性值

String

由浏览器发送的 User-Agent 请求标头的内容。

适用于