C# Класс XHeaderValueProviderModelBindingSample.ValueProviders.XHeaderValueProvider

Наследование: IValueProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
ContainsPrefix ( string prefix ) : bool
GetValue ( string key ) : System.Web.Http.ValueProviders.ValueProviderResult
XHeaderValueProvider ( System.Web.Http.Controllers.HttpActionContext actionContext ) : System.Collections.Generic

Описание методов

ContainsPrefix() публичный Метод

public ContainsPrefix ( string prefix ) : bool
prefix string
Результат bool

GetValue() публичный Метод

public GetValue ( string key ) : System.Web.Http.ValueProviders.ValueProviderResult
key string
Результат System.Web.Http.ValueProviders.ValueProviderResult

XHeaderValueProvider() публичный Метод

public XHeaderValueProvider ( System.Web.Http.Controllers.HttpActionContext actionContext ) : System.Collections.Generic
actionContext System.Web.Http.Controllers.HttpActionContext
Результат System.Collections.Generic