Share via


DefaultContentNegotiator.SelectResponseMediaTypeFormatter Method

Definition

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

Returns

Applies to