QueryStringAttribute.Key プロパティ

定義

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

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

プロパティ値

String

クエリ文字列値のキーです。

注釈

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

適用対象