HttpBrowserCapabilitiesBase.Browser 属性

定义

在派生类中重写时,获取浏览器在 User-Agent 请求标头中发送的浏览器字符串(如果有)。

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

属性值

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

例外

适用于