C# Class BoC.Sitecore.Mvc.SitecoreValueProviderFactory.SitecoreValueProvider

Inheritance: IValueProvider
Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

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

Private Methods

Méthode Description
GetValueResult ( System.Item item, string key ) : System.Web.Mvc.ValueProviderResult

Method Details

ContainsPrefix() public méthode

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

GetValue() public méthode

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