C# 클래스 Aqueduct.Web.CookieManager

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
AddCookie ( string key, string>.Dictionary values, System.DateTime expiryDate ) : void
AddCookie ( string key, string>.Dictionary values, System.DateTime expiryDate, string domain ) : void
AddCookie ( string key, string value, DateTime expiryDate ) : void
AddCookie ( string key, string value, DateTime expiryDate, string domain ) : void
AddSecureCookie ( string key, string value, DateTime expiryDate ) : void
DeleteCookie ( string key ) : void
DeleteCookie ( string key, string domain ) : void
GetCookieValue ( string key ) : string
GetCookieValues ( string key ) : string>.Dictionary
GetSecureCookieValue ( string key ) : string
IsCookieExist ( string key ) : bool

메소드 상세

AddCookie() 공개 정적인 메소드

public static AddCookie ( string key, string>.Dictionary values, System.DateTime expiryDate ) : void
key string
values string>.Dictionary
expiryDate System.DateTime
리턴 void

AddCookie() 공개 정적인 메소드

public static AddCookie ( string key, string>.Dictionary values, System.DateTime expiryDate, string domain ) : void
key string
values string>.Dictionary
expiryDate System.DateTime
domain string
리턴 void

AddCookie() 공개 정적인 메소드

public static AddCookie ( string key, string value, DateTime expiryDate ) : void
key string
value string
expiryDate DateTime
리턴 void

AddCookie() 공개 정적인 메소드

public static AddCookie ( string key, string value, DateTime expiryDate, string domain ) : void
key string
value string
expiryDate DateTime
domain string
리턴 void

AddSecureCookie() 공개 정적인 메소드

public static AddSecureCookie ( string key, string value, DateTime expiryDate ) : void
key string
value string
expiryDate DateTime
리턴 void

DeleteCookie() 공개 정적인 메소드

public static DeleteCookie ( string key ) : void
key string
리턴 void

DeleteCookie() 공개 정적인 메소드

public static DeleteCookie ( string key, string domain ) : void
key string
domain string
리턴 void

GetCookieValue() 공개 정적인 메소드

public static GetCookieValue ( string key ) : string
key string
리턴 string

GetCookieValues() 공개 정적인 메소드

public static GetCookieValues ( string key ) : string>.Dictionary
key string
리턴 string>.Dictionary

GetSecureCookieValue() 공개 정적인 메소드

public static GetSecureCookieValue ( string key ) : string
key string
리턴 string

IsCookieExist() 공개 정적인 메소드

public static IsCookieExist ( string key ) : bool
key string
리턴 bool