HttpBrowserCapabilitiesWrapper::Adapters Property

 

Gets the collection of available control adapters.

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

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

Property Value

Type: System.Collections::IDictionary^

The collection of registered control adapters for the browser.

.NET Framework
Available since 3.5
Return to top
Show: