HttpBrowserCapabilitiesBase.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

屬性值

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

例外狀況

適用於