DefaultContentNegotiator.SelectResponseMediaTypeFormatter Método

Definición

Seleccione la mejor coincidencia entre las coincidencias candidatas encontradas.

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

Parámetros

matches
ICollection<MediaTypeFormatterMatch>

Colección de coincidencias.

Devoluciones

MediaTypeFormatterMatch

MediaTypeFormatterMatchQue se ha determinado que es la mejor coincidencia.

Se aplica a