Partager via


DefaultOutputFormatterSelector Classe

Définition

Implémentation par défaut de OutputFormatterSelector.

public ref class DefaultOutputFormatterSelector : Microsoft::AspNetCore::Mvc::Infrastructure::OutputFormatterSelector
public class DefaultOutputFormatterSelector : Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector
type DefaultOutputFormatterSelector = class
    inherit OutputFormatterSelector
Public Class DefaultOutputFormatterSelector
Inherits OutputFormatterSelector
Héritage
DefaultOutputFormatterSelector

Constructeurs

DefaultOutputFormatterSelector(IOptions<MvcOptions>, ILoggerFactory)

Initialise une nouvelle instance de la classe DefaultOutputFormatterSelector.

Méthodes

SelectFormatter(OutputFormatterCanWriteContext, IList<IOutputFormatter>, MediaTypeCollection)

Sélectionne un IOutputFormatter pour écrire la réponse en fonction des valeurs fournies et de la requête actuelle.

S’applique à