C# Class NeoSmart.Web.HttpCookieCollectionExtensions

Afficher le fichier Open project: neosmart/web

Méthodes publiques

Méthode 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 méthode

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

TryGetValue() public static méthode

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