HttpRequest.Item[String] プロパティ

定義

QueryStringFormCookies、またはServerVariablesコレクションから指定したオブジェクトを取得します。

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); };
public string this[string key] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(key As String) As String

パラメーター

key
String

取得するコレクション メンバーの名前。

プロパティ値

QueryString パラメーターで指定されたFormCookiesServerVariables、またはkeyのコレクション メンバー。 指定した key が見つからない場合は、 null が返されます。

適用対象