HttpBrowserCapabilities.Version Property

Definition

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

C#
public string Version { get; }

Property Value

The full version number of the browser, as a string.

Remarks

The Version property returns a string. In some scenarios, Version 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 MajorVersion and MinorVersion property values.

Applies to

Proizvod Verzije
.NET Framework 1.1