Share via


DefaultOutputFormatterSelector Class

Definition

The default implementation of OutputFormatterSelector.

public class DefaultOutputFormatterSelector : Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector
Inheritance
DefaultOutputFormatterSelector

Constructors

Methods

SelectFormatter(OutputFormatterCanWriteContext, IList<IOutputFormatter>, MediaTypeCollection)

Selects an IOutputFormatter to write the response based on the provided values and the current request.

Applies to