共用方式為


HttpBrowserCapabilitiesWrapper.RequiresUniqueHtmlCheckboxNames 屬性

定義

取得值,這個值表示瀏覽器是否需要多個 HTML input type="checkbox" 項目具有唯一的 name 屬性值。

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

屬性值

Boolean

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

適用於