HttpCookie.Item[String] Propriedade

Definição

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

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 de Propriedade

O valor das bolachas.

Aplica-se a

Ver também