DefaultOutputFormatterSelector Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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. |