Condividi tramite


HttpCookie.Value Proprietà

Definizione

Ottiene o imposta il valore per HttpCookie.

public:
 property Platform::String ^ Value { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Value();

void Value(winrt::hstring value);
public string Value { get; set; }
var string = httpCookie.value;
httpCookie.value = string;
Public Property Value As String

Valore della proprietà

String

Platform::String

winrt::hstring

Valore per HttpCookie.

Commenti

Il valore di HttpCookie non deve essere impostato su null (Nothing in Visual Basic).

I caratteri seguenti sono riservati e non possono essere utilizzati per questa proprietà:

  • barra rovesciata ('\')
  • virgola (',')
  • Virgola (';')

Si applica a