HttpRequestWrapper.Item[String] Vlastnost

Definice

Získá zadaný objekt z Cookies, , FormQueryStringnebo ServerVariables kolekce.

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

Parametry

key
String

Název člena kolekce, který chcete získat.

Hodnota vlastnosti

Člen QueryString, Form, Cookiesnebo ServerVariables kolekce, který je určen key. Pokud zadaná key hodnota nebyla nalezena, null vrátí se.

Platí pro