FormAttribute.FieldName プロパティ

定義

フォーム フィールドの名前を取得します。

public:
 property System::String ^ FieldName { System::String ^ get(); };
public string FieldName { get; }
member this.FieldName : string
Public ReadOnly Property FieldName As String

プロパティ値

フォーム フィールドの名前。

注釈

Web Formsでのモデル バインドの使用に関するチュートリアル シリーズについては、「モデル バインドとWeb Forms」を参照してください。

適用対象