HttpBrowserCapabilitiesWrapper::MinorVersionString Property

 

Gets the minor (decimal) version number of the browser as a string.

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

public:
property String^ MinorVersionString {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A string that represents the minor version number of the browser.

.NET Framework
Available since 3.5
Return to top
Show: