HttpCapabilitiesBase.Capabilities Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Used internally to get the defined capabilities of the browser.
Namespace: System.Web.ConfigurationAssembly: System.Web (in system.web.dll)
public: property IDictionary^ Capabilities { IDictionary^ get (); void set (IDictionary^ value); }
/** @property */ public IDictionary get_Capabilities () /** @property */ public void set_Capabilities (IDictionary value)
public function get Capabilities () : IDictionary public function set Capabilities (value : IDictionary)
Not applicable.
Property Value
The defined capabilities of the browser.Community Additions
ADD
Show: