C# Class XHeaderValueProviderModelBindingSample.ValueProviders.XHeaderValueProvider

Inheritance: IValueProvider
Afficher le fichier Open project: tugberkugurlu/ProWebAPI.Samples

Méthodes publiques

Méthode Description
ContainsPrefix ( string prefix ) : bool
GetValue ( string key ) : System.Web.Http.ValueProviders.ValueProviderResult
XHeaderValueProvider ( System.Web.Http.Controllers.HttpActionContext actionContext ) : System.Collections.Generic

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.Http.ValueProviders.ValueProviderResult
key string
Résultat System.Web.Http.ValueProviders.ValueProviderResult

XHeaderValueProvider() public méthode

public XHeaderValueProvider ( System.Web.Http.Controllers.HttpActionContext actionContext ) : System.Collections.Generic
actionContext System.Web.Http.Controllers.HttpActionContext
Résultat System.Collections.Generic