C# Class XHeaderValueProviderModelBindingSample.ValueProviders.XHeaderValueProvider

Inheritance: IValueProvider
ファイルを表示 Open project: tugberkugurlu/ProWebAPI.Samples

Public Methods

Method 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 method

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

GetValue() public method

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

XHeaderValueProvider() public method

public XHeaderValueProvider ( System.Web.Http.Controllers.HttpActionContext actionContext ) : System.Collections.Generic
actionContext System.Web.Http.Controllers.HttpActionContext
return System.Collections.Generic