HttpCookiePairHeaderValue.Name 屬性

定義

取得權杖,表示 Cookie HTTP 標頭中使用的 Cookie 名稱。

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

屬性值

String

Platform::String

winrt::hstring

表示 Cookie 名稱的權杖。

適用於