共用方式為


MobileCapabilities.RequiresUniqueHtmlCheckboxNames 屬性

定義

取得值,指出瀏覽器是否需要多個 HTML name 項目的唯一 <input type="checkbox"> 屬性值。

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

屬性值

如果瀏覽器需要多個 HTML true 項目的唯一 name 屬性值,則為 <input type="checkbox">,否則為 false。 預設為 false

適用於