HttpCapabilitiesBase.SupportsAccesskeyAttribute Property
.NET Framework (current version)
Gets a value indicating whether the browser supports the ACCESSKEY attribute of HTML <a> (anchor) and <input> elements.
Assembly: System.Web (in System.Web.dll)
abstract SupportsAccesskeyAttribute : bool with get override SupportsAccesskeyAttribute : bool with get
Property Value
Type: System.Booleantrue if the browser supports the accesskey attribute of HTML <a> (anchor) and <input> elements; otherwise, false. The default is false.
The accesskey attribute extends control of forms and links on a Web page to mobile and accessible platforms by assigning a soft key or other controller on the device to interact with HTML <a> (anchor) and <input> elements.
.NET Framework
Available since 2.0
Available since 2.0
Show: