HtmlControlAdapter.AddAccesskeyAttribute Method (HtmlMobileTextWriter)
.NET Framework (current version)
Writes a custom attribute access key method, provided that the device supports the attribute. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
abstract AddAccesskeyAttribute : writer:HtmlMobileTextWriter -> unit override AddAccesskeyAttribute : writer:HtmlMobileTextWriter -> unit
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
The text writer.
The AddAccesskeyAttribute method can be called by any HTML control adapter to add an attribute. Because it is virtual, it also can be customized by adapters that inherit this method.
To determine whether a device supports an access key attribute, use the SupportsAccesskeyAttribute property.
.NET Framework
Available since 1.1
Available since 1.1
HtmlControlAdapter Class
System.Web.UI.MobileControls.Adapters Namespace
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction
Show: