HttpBrowserCapabilitiesBase::Adapters Property

 

When overridden in a derived class, gets the collection of available control adapters.

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

public:
property IDictionary^ Adapters {
	virtual IDictionary^ get();
}

Property Value

Type: System.Collections::IDictionary^

The registered control adapters for the browser.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: