Share via


MobileCapabilities.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 true 要素にわたって一意の name 属性値を必要とする場合は <input>。それ以外の場合は false。 既定値は、false です。

適用対象