Share via


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

プロパティ値

ブラウザーが複数の HTML の input 要素に対して一意な name 属性値が必要な場合、true です。それ以外の場合、false です。 既定値は、false です。

適用対象