Compartilhar via


HttpCookie.Item[String] Propriedade

Definição

Obtém um atalho para a propriedade Values. Esta propriedade é fornecida para compatibilidade com versões anteriores de ASP (Active Server Pages).

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); void set(System::String ^ key, System::String ^ value); };
public string this[string key] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(key As String) As String

Parâmetros

key
String

A chave (índice) do valor do cookie.

Valor da propriedade

String

O valor do cookie.

Aplica-se a

Confira também