HttpRequest.Item[String] Propiedad

Definición

Obtiene el objeto especificado de las QueryStringcolecciones , Form, Cookieso 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

Parámetros

key
String

Nombre del miembro de la colección que se va a obtener.

Valor de propiedad

Miembro QueryStringde colección , Form, Cookieso ServerVariables especificado en el key parámetro . Si no se encuentra el especificado key , null se devuelve .

Se aplica a