QueryStringAttribute コンストラクター

定義

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

オーバーロード

名前 説明
QueryStringAttribute()

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

QueryStringAttribute(String)

指定したクエリ文字列キーを使用して、 QueryStringAttribute クラスの新しいインスタンスを初期化します。

注釈

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

QueryStringAttribute()

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

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

注釈

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

適用対象

QueryStringAttribute(String)

指定したクエリ文字列キーを使用して、 QueryStringAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

key
String

キー。

注釈

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

適用対象