HttpRequest.Cookies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.