CookieOptionsExtensions Class
Maps the framework-neutral CookieOptions used by the core library to the ASP.NET Core Microsoft.AspNetCore.Http.CookieOptions consumed by Microsoft.AspNetCore.Http.IResponseCookies. Shared by the MVC and Minimal API transport adapters.
public static class CookieOptionsExtensionsInheritance System.Object → CookieOptionsExtensions
Methods
CookieOptionsExtensions.ConvertOptions(this CookieOptions) Method
Converts core CookieOptions to ASP.NET Core's Microsoft.AspNetCore.Http.CookieOptions.
public static Microsoft.AspNetCore.Http.CookieOptions ConvertOptions(this Abblix.Oidc.Server.Common.CookieOptions options);