DeleteCookieContext Class¶
- Namespace
Microsoft.AspNetCore.CookiePolicy- Assemblies
- Microsoft.AspNetCore.CookiePolicy
Syntax¶
public class DeleteCookieContext
-
class
Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext
Constructors¶
-
DeleteCookieContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Http.CookieOptions, System.String)¶ public DeleteCookieContext(HttpContext context, CookieOptions options, string name)
-
Properties¶
-
Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext.Context¶ Return type: Microsoft.AspNetCore.Http.HttpContext public HttpContext Context { get; }
-
Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext.CookieName¶ Return type: System.String public string CookieName { get; set; }
-
Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext.CookieOptions¶ Return type: Microsoft.AspNetCore.Http.CookieOptions public CookieOptions CookieOptions { get; }
-