次の方法で共有


InputTagHelper.Value プロパティ

定義

入力>要素の<値。

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String

プロパティ値

注釈

すべてのケースで、生成された HTML に渡されます。 が "radio" の場合 InputTypeName に生成された "checked" 属性を決定するためにも使用されます。 その場合は、 null できません。

適用対象