MobileCapabilities.RequiresUniqueHtmlInputNames 属性

定义

获取一个值,该值指示浏览器是否需要多个 HTML name 元素的唯<input>一属性值。

public:
 virtual property bool RequiresUniqueHtmlInputNames { bool get(); };
public virtual bool RequiresUniqueHtmlInputNames { get; }
member this.RequiresUniqueHtmlInputNames : bool
Public Overridable ReadOnly Property RequiresUniqueHtmlInputNames As Boolean

属性值

true如果浏览器需要多个 HTML <input> 元素的唯一name属性值,则为 ;否则为 false。 默认值为 false

适用于