HttpBrowserCapabilitiesWrapper::Capabilities Property

 

Used internally to get the defined capabilities of the browser.

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

public:
property IDictionary^ Capabilities {
	virtual IDictionary^ get() override;
	virtual void set(IDictionary^ value) override;
}

Property Value

Type: System.Collections::IDictionary^

The defined capabilities of the browser.

.NET Framework
Available since 3.5
Return to top
Show: