DefaultContentNegotiator.SelectResponseMediaTypeFormatter 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.
protected virtual System.Net.Http.Formatting.MediaTypeFormatterMatch SelectResponseMediaTypeFormatter (System.Collections.Generic.ICollection<System.Net.Http.Formatting.MediaTypeFormatterMatch> matches);
abstract member SelectResponseMediaTypeFormatter : System.Collections.Generic.ICollection<System.Net.Http.Formatting.MediaTypeFormatterMatch> -> System.Net.Http.Formatting.MediaTypeFormatterMatch
override this.SelectResponseMediaTypeFormatter : System.Collections.Generic.ICollection<System.Net.Http.Formatting.MediaTypeFormatterMatch> -> System.Net.Http.Formatting.MediaTypeFormatterMatch
Protected Overridable Function SelectResponseMediaTypeFormatter (matches As ICollection(Of MediaTypeFormatterMatch)) As MediaTypeFormatterMatch
Parameters
- matches
- ICollection<MediaTypeFormatterMatch>