HttpCapabilitiesBase::Browser Property

 

Gets the browser string (if any) that was sent by the browser in the User-Agent request header.

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

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

Property Value

Type: System::String^

The contents of the User-Agent request header sent by the browser.

The following code example shows how to determine the User-Agent request header sent by 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: