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)

属性值

适用于