MobileCapabilities.RequiresUniqueHtmlInputNames 属性
定义
获取一个值,该值指示浏览器是否需要多个 HTML <input> 元素的唯一 name 特性值。Gets a value indicating whether the browser requires unique name attribute values of multiple HTML <input> elements.
public:
virtual property bool RequiresUniqueHtmlInputNames { bool get(); };
public virtual bool RequiresUniqueHtmlInputNames { get; }
member this.RequiresUniqueHtmlInputNames : bool
Public Overridable ReadOnly Property RequiresUniqueHtmlInputNames As Boolean
属性值
如果浏览器需要多个 HTML true 元素的唯一 name 特性值,则为 <input>;否则为 false。true if the browser requires unique name attribute values of multiple HTML <input> elements; otherwise, false. 默认值为 false。The default is false.