HttpCapabilitiesBase::Browsers Property

 

Gets an ArrayList of the browsers in the Capabilities dictionary.

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

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

Property Value

Type: System.Collections::ArrayList^

An ArrayList of the browsers in the Capabilities dictionary.

.NET Framework
Available since 2.0
Return to top
Show: