HttpCapabilitiesBase.ClrVersion Property
.NET Framework 3.0
Gets the version of the .NET Framework that is installed on the client.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property ClrVersion As Version 'Usage Dim instance As HttpCapabilitiesBase Dim value As Version value = instance.ClrVersion
/** @property */ public Version get_ClrVersion ()
public function get ClrVersion () : Version
Not applicable.
Property Value
The common language runtime Version.The ClrVersion property is supported only when the browser is Internet Explorer version 5.0 and later.
If the .NET Framework is not installed on the client, the value of the version elements returned is 0, 0,-1,-1.
If more than one version of the .NET Framework is installed on the client, the ClrVersion property returns the latest version.
Community Additions
ADD
Show: