ResponseHeaders.SetCookie 屬性

定義

取得或設定 Set-Cookie HTTP 回應的標頭。

public:
 property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::SetCookieHeaderValue ^> ^ SetCookie { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::SetCookieHeaderValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Net::Http::Headers::SetCookieHeaderValue ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.SetCookieHeaderValue> SetCookie { get; set; }
member this.SetCookie : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.SetCookieHeaderValue> with get, set
Public Property SetCookie As IList(Of SetCookieHeaderValue)

屬性值

適用於