HttpBrowserCapabilitiesWrapper::Browsers Property

 

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() override;
}

Property Value

Type: System.Collections::ArrayList^

The browsers for which capabilities are recognized.

.NET Framework
Available since 3.5
Return to top
Show: