Share via


ViewStateAttribute コンストラクター

定義

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

オーバーロード

ViewStateAttribute()

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

ViewStateAttribute(String)

指定したビュー状態キーを使用して、ViewStateAttribute クラスの新しいインスタンスを初期化します。

注釈

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

ViewStateAttribute()

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

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

注釈

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

適用対象

ViewStateAttribute(String)

指定したビュー状態キーを使用して、ViewStateAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

key
String

キー。

注釈

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

適用対象