HttpCapabilitiesBase::Type Property

 

Gets the name and major (integer) version number of the browser.

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

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

Property Value

Type: System::String^

The name and major version number of the browser.

The following code example shows how to determine whether the browser is Internet Explorer version 6.

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

.NET Framework
Available since 2.0
Return to top
Show: