HttpRequestWrapper::Browser Property

 

Gets information about the requesting client's browser capabilities.

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

public:
property HttpBrowserCapabilitiesBase^ Browser {
	virtual HttpBrowserCapabilitiesBase^ get() override;
}

Property Value

Type: System.Web::HttpBrowserCapabilitiesBase^

An object that represents the capabilities of the client browser.

.NET Framework
Available since 3.5
Return to top
Show: