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

Inheritance: IValueProvider
Mostra file Open project: padzikm/CompositeUI

Public Methods

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

Method Details

ContainsPrefix() public method

public ContainsPrefix ( string prefix ) : bool
prefix string
return bool

CookieValueProvider() public method

public CookieValueProvider ( System.Web.HttpCookieCollection cookies ) : System.Globalization
cookies System.Web.HttpCookieCollection
return System.Globalization

GetValue() public method

public GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
key string
return System.Web.Mvc.ValueProviderResult