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

属性值

Boolean

如果浏览器需要多个 HTML true 元素的唯一 name 特性值,则为 <input>;否则为 falsetrue if the browser requires unique name attribute values of multiple HTML <input> elements; otherwise, false. 默认值为 falseThe default is false.

适用于