HttpCookie.Item[String] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
Valore del cookie.