HttpCapabilitiesBase.Item Property
.NET Framework 3.0
Gets the value of the specified browser capability. In C#, this property is the indexer for the class.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable ReadOnly Default Property Item ( _ key As String _ ) As String 'Usage Dim instance As HttpCapabilitiesBase Dim key As String Dim value As String value = instance(key)
/** @property */ public String get_Item (String key)
Not applicable.
Parameters
- key
The name of the browser capability to retrieve.
Property Value
The browser capability with the specified key name.Community Additions
ADD
Show: