HttpRequest.Cookies Property

Definition

Gets the collection of Cookies for this request.

public:
 abstract property Microsoft::AspNetCore::Http::IRequestCookieCollection ^ Cookies { Microsoft::AspNetCore::Http::IRequestCookieCollection ^ get(); void set(Microsoft::AspNetCore::Http::IRequestCookieCollection ^ value); };
public abstract Microsoft.AspNetCore.Http.IRequestCookieCollection Cookies { get; set; }
member this.Cookies : Microsoft.AspNetCore.Http.IRequestCookieCollection with get, set
Public MustOverride Property Cookies As IRequestCookieCollection

Property Value

The collection of Cookies for this request.

Applies to