QueryStringAttribute コンストラクター

定義

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

オーバーロード

QueryStringAttribute()

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

QueryStringAttribute(String)

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

注釈

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

QueryStringAttribute()

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

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

注釈

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

適用対象

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

適用対象