DefaultContentNegotiator.SelectResponseMediaTypeFormatter Metoda

Definice

Vyberte nejlepší shodu mezi nalezenými shodami kandidáty.

protected:
 virtual System::Net::Http::Formatting::MediaTypeFormatterMatch ^ SelectResponseMediaTypeFormatter(System::Collections::Generic::ICollection<System::Net::Http::Formatting::MediaTypeFormatterMatch ^> ^ matches);
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

Parametry

matches
ICollection<MediaTypeFormatterMatch>

Kolekce shod.

Návraty

MediaTypeFormatterMatch

Bylo zjištěno, že se jedná o MediaTypeFormatterMatch nejlepší shodu.

Platí pro