Method | Description | |
---|---|---|
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 |
public static GetContentFormat ( Format format ) : string | ||
format | Format | |
return | string |
public static GetContentFormat ( string contentType ) : string | ||
contentType | string | |
return | string |
public static GetEndpointAttributes ( string contentType ) : RequestAttributes | ||
contentType | string | |
return | RequestAttributes |
public static GetRealContentType ( string contentType ) : string | ||
contentType | string | |
return | string |
public static GetRequestAttribute ( string httpMethod ) : RequestAttributes | ||
httpMethod | string | |
return | RequestAttributes |
public static IsBinary ( this contentType ) : bool | ||
contentType | this | |
return | bool |
public static MatchesContentType ( this contentType, string matchesContentType ) : bool | ||
contentType | this | |
matchesContentType | string | |
return | bool |
public static ToContentFormat ( this contentType ) : string | ||
contentType | this | |
return | string |
public static ToContentType ( this formats ) : string | ||
formats | this | |
return | string |
public static ToFeature ( this contentType ) : Feature | ||
contentType | this | |
return | Feature |