C# 클래스 ServiceStack.ContentFormat

파일 보기 프로젝트 열기: ServiceStack/ServiceStack 1 사용 예제들

공개 메소드들

메소드 설명
GetContentFormat ( Format format ) : string
GetContentFormat ( string contentType ) : string
GetEndpointAttributes ( string contentType ) : RequestAttributes
GetRealContentType ( string contentType ) : string
GetRequestAttribute ( string httpMethod ) : RequestAttributes
IsBinary ( this contentType ) : bool
MatchesContentType ( this contentType, string matchesContentType ) : bool
ToContentFormat ( this contentType ) : string
ToContentType ( this formats ) : string
ToFeature ( this contentType ) : Feature

메소드 상세

GetContentFormat() 공개 정적인 메소드

public static GetContentFormat ( Format format ) : string
format Format
리턴 string

GetContentFormat() 공개 정적인 메소드

public static GetContentFormat ( string contentType ) : string
contentType string
리턴 string

GetEndpointAttributes() 공개 정적인 메소드

public static GetEndpointAttributes ( string contentType ) : RequestAttributes
contentType string
리턴 RequestAttributes

GetRealContentType() 공개 정적인 메소드

public static GetRealContentType ( string contentType ) : string
contentType string
리턴 string

GetRequestAttribute() 공개 정적인 메소드

public static GetRequestAttribute ( string httpMethod ) : RequestAttributes
httpMethod string
리턴 RequestAttributes

IsBinary() 공개 정적인 메소드

public static IsBinary ( this contentType ) : bool
contentType this
리턴 bool

MatchesContentType() 공개 정적인 메소드

public static MatchesContentType ( this contentType, string matchesContentType ) : bool
contentType this
matchesContentType string
리턴 bool

ToContentFormat() 공개 정적인 메소드

public static ToContentFormat ( this contentType ) : string
contentType this
리턴 string

ToContentType() 공개 정적인 메소드

public static ToContentType ( this formats ) : string
formats this
리턴 string

ToFeature() 공개 정적인 메소드

public static ToFeature ( this contentType ) : Feature
contentType this
리턴 Feature