HttpBrowserCapabilitiesBase.Type 属性
定义
在派生类中重写时,获取浏览器的名称和主(整数)版本号。When overridden in a derived class, gets the name and major (integer) version number of the browser.
public:
virtual property System::String ^ Type { System::String ^ get(); };
public virtual string Type { get; }
member this.Type : string
Public Overridable ReadOnly Property Type As String
属性值
浏览器的名称和主(整数)版本号。The name and major version number of the browser.
例外
始终。Always.