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

属性值

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

适用于