HttpBrowserCapabilitiesWrapper.Browser 属性
定义
获取在 User-Agent 请求头中由浏览器发送的浏览器字符串(如果有)。Gets the browser string (if any) that was sent by the browser in the User-Agent request header.
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
属性值
由浏览器发送的 User-Agent 请求标头的内容。The contents of the User-Agent request header sent by the browser.