Method | Description | |
---|---|---|
IsSubsetOf ( this mediaType1, |
Determines whether two MediaTypeHeaderValue instances match. The instance mediaType1 is said to match mediaType2 if and only if mediaType1 is a strict subset of the values and parameters of mediaType2. That is, if the media type and media type parameters of mediaType1 are all present and match those of mediaType2 then it is a match even though mediaType2 may have additional parameters.
|
|
IsSubsetOf ( this mediaType1, |
Determines whether two MediaTypeHeaderValue instances match. The instance mediaType1 is said to match mediaType2 if and only if mediaType1 is a strict subset of the values and parameters of mediaType2. That is, if the media type and media type parameters of mediaType1 are all present and match those of mediaType2 then it is a match even though mediaType2 may have additional parameters.
|
public static IsSubsetOf ( this mediaType1, |
||
mediaType1 | this | The first media type. |
mediaType2 | The second media type. | |
return | bool |
public static IsSubsetOf ( this mediaType1, |
||
mediaType1 | this | The first media type. |
mediaType2 | The second media type. | |
mediaType2Range | MediaTypeHeaderValueRange | Indicates whether |
return | bool |