次の方法で共有


InputBase<TValue>.IdAttributeValue プロパティ

定義

入力の "id" 属性に使用する値を取得します。

protected string IdAttributeValue { get; }
member this.IdAttributeValue : string
Protected ReadOnly Property IdAttributeValue As String

プロパティ値

注釈

AdditionalAttributesを介して明示的な "id" が指定されている場合、その値が優先されます。 それ以外の場合、ID は SSR モードの NameAttributeValue のサニタイズされたバージョンであり、対話モードで個別に生成されます。

適用対象