HttpRequestWrapper.Item[String] Propriété

Définition

Obtient l’objet spécifié de l’objet Cookies, ou FormQueryStringServerVariables des collections.

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

Paramètres

key
String

Nom du membre de collection à obtenir.

Valeur de propriété

Membre QueryString, Formou CookiesServerVariables de collection spécifié par key. Si la valeur spécifiée key est introuvable, null elle est retournée.

S’applique à