HttpBrowserCapabilitiesWrapper.RequiresUniqueHtmlCheckboxNames 屬性

定義

會取得一個值,指示瀏覽器是否需要對多個 HTML name 元素使用唯一input type="checkbox"屬性值。

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

屬性值

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

適用於