HttpBrowserCapabilitiesWrapper.RequiresUniqueHtmlInputNames 屬性

定義

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

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

屬性值

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

適用於