HttpCookie.Item[String] Proprietà

Definizione

Ottiene un collegamento alla proprietà Values. Questa proprietà viene offerta per supportare la compatibilità con le versioni precedenti di 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

Parametri

key
String

Chiave (indice) del valore del cookie.

Valore della proprietà

String

Valore del cookie.

Si applica a

Vedi anche