C# 클래스 MvcApi.Formatting.UriPathExtensionMapping

Class that provides T:System.Net.Http.Headers.MediaTypeHeaderValues from path extensions appearing in a T:System.Uri.
상속: MediaTypeMapping
파일 보기 프로젝트 열기: dax70/MvcApi

Private Properties

프로퍼티 타입 설명
GetUriPathExtensionOrNull string
Initialize void
UriPathExtensionMapping System
UriPathExtensionMapping System

보호된 메소드들

메소드 설명
OnTryMatchMediaType ( HttpRequestMessage request ) : double
OnTryMatchMediaType ( HttpResponseMessage response ) : double

비공개 메소드들

메소드 설명
GetUriPathExtensionOrNull ( Uri uri ) : string
Initialize ( string uriPathExtension ) : void
UriPathExtensionMapping ( string uriPathExtension, MediaTypeHeaderValue mediaType ) : System
UriPathExtensionMapping ( string uriPathExtension, string mediaType ) : System

메소드 상세

OnTryMatchMediaType() 보호된 최종 메소드

protected final OnTryMatchMediaType ( HttpRequestMessage request ) : double
request MvcApi.Http.HttpRequestMessage
리턴 double

OnTryMatchMediaType() 보호된 최종 메소드

protected final OnTryMatchMediaType ( HttpResponseMessage response ) : double
response MvcApi.Http.HttpResponseMessage
리턴 double