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 Overrides ReadOnly Property Item (
	key As String
) As String

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: