C# Class CompositeUI.Web.Common.ValueProviders.CookieValueProvider

Inheritance: IValueProvider
Afficher le fichier Open project: padzikm/CompositeUI

Méthodes publiques

Méthode Description
ContainsPrefix ( string prefix ) : bool
CookieValueProvider ( System.Web.HttpCookieCollection cookies ) : System.Globalization
GetValue ( string key ) : System.Web.Mvc.ValueProviderResult

Method Details

ContainsPrefix() public méthode

public ContainsPrefix ( string prefix ) : bool
prefix string
Résultat bool

CookieValueProvider() public méthode

public CookieValueProvider ( System.Web.HttpCookieCollection cookies ) : System.Globalization
cookies System.Web.HttpCookieCollection
Résultat System.Globalization

GetValue() public méthode

public GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
key string
Résultat System.Web.Mvc.ValueProviderResult