HttpCapabilitiesBase.MinorVersion Property

 

Gets the minor (that is, decimal) version number of the browser.

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

member MinorVersion : float with get

Property Value

Type: System.Double

The minor version number of the browser.

Exception Condition
HttpUnhandledException

The minor version number in the header is not valid.

The following code example returns the minor version of the browser.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: