AppendCookieContext.CookieOptions 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 CookieOptions.
public:
property Microsoft::AspNetCore::Http::CookieOptions ^ CookieOptions { Microsoft::AspNetCore::Http::CookieOptions ^ get(); };
public Microsoft.AspNetCore.Http.CookieOptions CookieOptions { get; }
member this.CookieOptions : Microsoft.AspNetCore.Http.CookieOptions
Public ReadOnly Property CookieOptions As CookieOptions