HttpCapabilitiesBase::MinorVersionString Property

 

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

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

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

Property Value

Type: System::String^

The minor version number of the browser.

.NET Framework
Available since 2.0
Return to top
Show: