HttpBrowserCapabilitiesWrapper::Item Property (String^)

 

Gets the value of the specified browser capability. In C#, this property is the indexer for the class.

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

public:
property String^ default[
	String^ key
] {
	virtual String^ get(String^ key) override;
}

Parameters

key
Type: System::String^

The name of the browser capability to retrieve.

Property Value

Type: System::String^

The browser capability with the specified key name.

.NET Framework
Available since 3.5
Return to top
Show: