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é de l’objet QueryString, ou FormCookiesServerVariables des collections.
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 QueryString, Formou CookiesServerVariables membre de collection spécifié dans le key paramètre. Si la valeur spécifiée key est introuvable, elle null est retournée.