MobileCapabilities.SupportsAccesskeyAttribute 属性
定义
获取一个值,该值指示浏览器是否支持 HTML <a>(定位点)和 <input> 元素的 ACCESSKEY 特性。Gets a value indicating whether the browser supports the ACCESSKEY attribute of HTML <a> (anchor) and <input> elements.
public:
virtual property bool SupportsAccesskeyAttribute { bool get(); };
public virtual bool SupportsAccesskeyAttribute { get; }
member this.SupportsAccesskeyAttribute : bool
Public Overridable ReadOnly Property SupportsAccesskeyAttribute As Boolean
属性值
如果浏览器支持 HTML <a>(定位点)和 <input> 元素的 accesskey 特性,则为 true;否则为 false。true if the browser supports the accesskey attribute of HTML <a> (anchor) and <input> elements; otherwise, false. 默认值为 false。The default is false.