C# 클래스 MvcApi.Formatting.QueryStringMapping

Class that provides T:System.Net.Http.Headers.MediaTypeHeaderValues from query strings.
상속: MediaTypeMapping
파일 보기 프로젝트 열기: dax70/MvcApi

공개 메소드들

메소드 설명
QueryStringMapping ( string queryStringParameterName, string queryStringParameterValue, MediaTypeHeaderValue mediaType ) : System

Initializes a new instance of the T:System.Net.Http.Formatting.QueryStringMapping class.

QueryStringMapping ( string queryStringParameterName, string queryStringParameterValue, string mediaType ) : System

Initializes a new instance of the T:System.Net.Http.Formatting.QueryStringMapping class.

보호된 메소드들

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

비공개 메소드들

메소드 설명
DoesQueryStringMatch ( NameValueCollection queryString ) : bool
Initialize ( string queryStringParameterName, string queryStringParameterValue ) : void

메소드 상세

OnTryMatchMediaType() 보호된 최종 메소드

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

OnTryMatchMediaType() 보호된 최종 메소드

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

QueryStringMapping() 공개 메소드

Initializes a new instance of the T:System.Net.Http.Formatting.QueryStringMapping class.
public QueryStringMapping ( string queryStringParameterName, string queryStringParameterValue, MediaTypeHeaderValue mediaType ) : System
queryStringParameterName string The name of the query string parameter to match, if present.
queryStringParameterValue string The value of the query string parameter specified by queryStringParameterName.
mediaType System.Net.Http.Headers.MediaTypeHeaderValue The to use if the query parameter specified by queryStringParameterName is present and assigned the value specified by queryStringParameterValue.
리턴 System

QueryStringMapping() 공개 메소드

Initializes a new instance of the T:System.Net.Http.Formatting.QueryStringMapping class.
public QueryStringMapping ( string queryStringParameterName, string queryStringParameterValue, string mediaType ) : System
queryStringParameterName string The name of the query string parameter to match, if present.
queryStringParameterValue string The value of the query string parameter specified by queryStringParameterName.
mediaType string The media type to use if the query parameter specified by queryStringParameterName is present and assigned the value specified by queryStringParameterValue.
리턴 System