C# 클래스 NeoSmart.Web.HttpCookieCollectionExtensions

파일 보기 프로젝트 열기: neosmart/web

공개 메소드들

메소드 설명
SafeLookup ( this dictionary, string key, System.Web.HttpCookie ifNotFound = default(HttpCookie) ) : System.Web.HttpCookie
TryGetValue ( this dictionary, string key, System.Web.HttpCookie &value ) : bool

메소드 상세

SafeLookup() 공개 정적인 메소드

public static SafeLookup ( this dictionary, string key, System.Web.HttpCookie ifNotFound = default(HttpCookie) ) : System.Web.HttpCookie
dictionary this
key string
ifNotFound System.Web.HttpCookie
리턴 System.Web.HttpCookie

TryGetValue() 공개 정적인 메소드

public static TryGetValue ( this dictionary, string key, System.Web.HttpCookie &value ) : bool
dictionary this
key string
value System.Web.HttpCookie
리턴 bool