HttpBrowserCapabilitiesWrapper Constructor (HttpBrowserCapabilities^)
.NET Framework (current version)
Initializes a new instance of the HttpBrowserCapabilitiesWrapper class.
Assembly: System.Web (in System.Web.dll)
public:
HttpBrowserCapabilitiesWrapper(
HttpBrowserCapabilities^ httpBrowserCapabilities
)
Parameters
- httpBrowserCapabilities
-
Type:
System.Web::HttpBrowserCapabilities^
The object that this wrapper class provides access to.
| Exception | Condition |
|---|---|
| ArgumentNullException | httpBrowserCapabilities is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: