HttpBrowserCapabilitiesBase::Browsers Property

 

When overridden in a derived class, gets a collection of browsers for which capabilities are recognized.

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

public:
property ArrayList^ Browsers {
	virtual ArrayList^ get();
}

Property Value

Type: System.Collections::ArrayList^

The browsers for which capabilities are recognized.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: