Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
MediaTypeHeaderValue ( string mediaType ) : System.Collections.Generic | ||
Parse ( string input ) : |
||
ToString ( ) : string | ||
TryParse ( string input, |
Method | Description | |
---|---|---|
MediaTypeHeaderValue ( |
Method | Description | |
---|---|---|
CheckMediaTypeFormat ( string mediaType, string parameterName ) : void | ||
GetMediaTypeExpressionLength ( string input, int startIndex, string &mediaType ) : int | ||
GetMediaTypeLength ( string input, int startIndex, Func |
||
ICloneable ( ) : object | ||
MediaTypeHeaderValue ( ) : System.Collections.Generic |
protected MediaTypeHeaderValue ( |
||
source | ||
return | System.Collections.Generic |
public MediaTypeHeaderValue ( string mediaType ) : System.Collections.Generic | ||
mediaType | string | |
return | System.Collections.Generic |
public static Parse ( string input ) : |
||
input | string | |
return |
public static TryParse ( string input, |
||
input | string | |
parsedValue | ||
return | bool |