HttpRequest.Item[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet spécifié des collections QueryString, Form, Cookies ou 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
Paramètres
- key
- String
Nom du membre de collection à obtenir.
Valeur de propriété
Membre de collection QueryString, Form, Cookies ou ServerVariables spécifié dans le paramètre key
. Si le key
spécifié est introuvable, la valeur null
est retournée.