HttpRequestWrapper.Item[String] Propriedade

Definição

Obtém o objeto especificado das Cookiescoleções , Form, QueryString, ou ServerVariables .

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

Parâmetros

key
String

O nome do membro da coleção a obter.

Valor de Propriedade

O , , , ou QueryString membro da coleção que é especificado por Form. CookiesServerVariableskey Se o valor especificado key não for encontrado, null é devolvido.

Aplica-se a