HttpRequest::Browser Property
.NET Framework (current version)
Gets or sets information about the requesting client's browser capabilities.
Assembly: System.Web (in System.Web.dll)
public: property HttpBrowserCapabilities^ Browser { HttpBrowserCapabilities^ get(); void set(HttpBrowserCapabilities^ value); }
Property Value
Type: System.Web::HttpBrowserCapabilities^An HttpBrowserCapabilities object listing the capabilities of the client's browser.
.NET Framework
Available since 1.1
Available since 1.1
Show: