QueryStringAttribute.Key プロパティ

定義

クエリ文字列値のキーを取得します。

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

プロパティ値

クエリ文字列値のキー。

注釈

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

適用対象