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") 。

适用于