HttpCookiePairHeaderValue.Name Property

Definition

Gets a token that represents the cookie name used in the Cookie HTTP header.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = httpCookiePairHeaderValue.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

A token that represents the cookie name.

Applies to