次の方法で共有


FormAttribute コンストラクター

定義

FormAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

FormAttribute()

FormAttribute クラスの新しいインスタンスを初期化します。

FormAttribute(String)

指定したフォーム フィールド名を使用して、FormAttribute クラスの新しいインスタンスを初期化します。

注釈

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

FormAttribute()

FormAttribute クラスの新しいインスタンスを初期化します。

public:
 FormAttribute();
public FormAttribute ();
Public Sub New ()

注釈

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

適用対象

FormAttribute(String)

指定したフォーム フィールド名を使用して、FormAttribute クラスの新しいインスタンスを初期化します。

public:
 FormAttribute(System::String ^ fieldName);
public FormAttribute (string fieldName);
new System.Web.ModelBinding.FormAttribute : string -> System.Web.ModelBinding.FormAttribute
Public Sub New (fieldName As String)

パラメーター

fieldName
String

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

注釈

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

適用対象