HttpBrowserCapabilitiesBase::Capabilities Property

 

When overridden in a derived class, 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();
	virtual void set(IDictionary^ value);
}

Property Value

Type: System.Collections::IDictionary^

The defined capabilities of the browser.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: