HttpCookiePairHeaderValue.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur pour le cookie utilisé dans l’en-tête HTTP cookie .
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 = httpCookiePairHeaderValue.value;
httpCookiePairHeaderValue.value = string;
Public Property Value As String
Valeur de propriété
Valeur du cookie.