次の方法で共有


HttpBrowserCapabilitiesBase.RequiresUniqueHtmlInputNames プロパティ

定義

派生クラスでオーバーライドされた場合、ブラウザーが複数の HTML input 要素に対して一意の name 属性値を必要とするかどうかを示す値を取得します。

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

プロパティ値

Boolean

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

例外

適用対象