HttpBrowserCapabilities.Type 属性
定义
获取客户端浏览器的名称和主(即整数)版本号。Gets the name and major (that is, integer) version number of the client browser.
public:
property System::String ^ Type { System::String ^ get(); };
public string Type { get; }
member this.Type : string
Public ReadOnly Property Type As String
属性值
客户端浏览器的名称和主版本号。The name and major version number of the client browser.