C# Class NeoSmart.Web.HttpCookieCollectionExtensions

Mostra file Open project: neosmart/web

Public Methods

Method Description
SafeLookup ( this dictionary, string key, System.Web.HttpCookie ifNotFound = default(HttpCookie) ) : System.Web.HttpCookie
TryGetValue ( this dictionary, string key, System.Web.HttpCookie &value ) : bool

Method Details

SafeLookup() public static method

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

TryGetValue() public static method

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