HttpBrowserCapabilitiesWrapper::MajorVersion Property

 

Gets the major (integer) version number of the browser.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int MajorVersion {
	virtual int get() override;
}

Property Value

Type: System::Int32

The major version number of the browser.

.NET Framework
Available since 3.5
Return to top
Show: