HttpRequestBase::Browser Property
.NET Framework (current version)
When overridden in a derived class, gets information about the requesting client's browser capabilities.
Assembly: System.Web (in System.Web.dll)
public: property HttpBrowserCapabilitiesBase^ Browser { virtual HttpBrowserCapabilitiesBase^ get(); }
Property Value
Type: System.Web::HttpBrowserCapabilitiesBase^An object that represents the capabilities of the client browser.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: