MediaTypeCollection.Remove(MediaTypeHeaderValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the first occurrence of a specific media type from the MediaTypeCollection.
public:
bool Remove(Microsoft::Net::Http::Headers::MediaTypeHeaderValue ^ item);
public bool Remove (Microsoft.Net.Http.Headers.MediaTypeHeaderValue item);
override this.Remove : Microsoft.Net.Http.Headers.MediaTypeHeaderValue -> bool
Public Function Remove (item As MediaTypeHeaderValue) As Boolean
Parameters
- item
- MediaTypeHeaderValue
Returns
true if item is successfully removed; otherwise, false.
This method also returns false if item was not found in the original
MediaTypeCollection.