Aqueduct.Web.CookieManager.DeleteCookie C# (CSharp) 메소드

DeleteCookie() 공개 정적인 메소드

public static DeleteCookie ( string key ) : void
key string
리턴 void
        public static void DeleteCookie(string key)
        {
            DeleteCookie(key, null);
        }

Same methods

CookieManager::DeleteCookie ( string key, string domain ) : void