C# 클래스 CompositeUI.Web.Common.ValueProviders.CookieValueProvider

상속: IValueProvider
파일 보기 프로젝트 열기: padzikm/CompositeUI

공개 메소드들

메소드 설명
ContainsPrefix ( string prefix ) : bool
CookieValueProvider ( System.Web.HttpCookieCollection cookies ) : System.Globalization
GetValue ( string key ) : System.Web.Mvc.ValueProviderResult

메소드 상세

ContainsPrefix() 공개 메소드

public ContainsPrefix ( string prefix ) : bool
prefix string
리턴 bool

CookieValueProvider() 공개 메소드

public CookieValueProvider ( System.Web.HttpCookieCollection cookies ) : System.Globalization
cookies System.Web.HttpCookieCollection
리턴 System.Globalization

GetValue() 공개 메소드

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