ICookieManager.DeleteCookie Method (IOwinContext, String, CookieOptions)

 

Namespace:   Microsoft.Owin.Infrastructure
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

void DeleteCookie(
    IOwinContext context,
    string key,
    CookieOptions options
)
void DeleteCookie(
    IOwinContext^ context,
    String^ key,
    CookieOptions^ options
)
abstract DeleteCookie : 
        context:IOwinContext *
        key:string *
        options:CookieOptions -> unit
Sub DeleteCookie (
    context As IOwinContext,
    key As String,
    options As CookieOptions
)

Parameters

See Also

ICookieManager Interface
Microsoft.Owin.Infrastructure Namespace

Return to top