C# 클래스 WebApiConneg.ModelBinding.XHeaderValueProvider

상속: IValueProvider
파일 보기 프로젝트 열기: tugberkugurlu/ProWebAPI.Samples

공개 메소드들

메소드 설명
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