System.Web.Configuration.HttpCapabilitiesBase.Version Property

Gets the full version number (integer and decimal) of the browser as a string.

Syntax

public string Version { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpCapabilitiesBase.Version property returns a string. In some scenarios, the HttpCapabilitiesBase.Version property might contain letter characters, as in the case of a browser or client device that is a beta version such as "7.0b." To correctly get the version as a data type that can be used in a numeric comparison, concatenate the HttpCapabilitiesBase.MajorVersion and HttpCapabilitiesBase.MinorVersion property values.

Requirements

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