DefaultOutputFormatterSelector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default implementation of 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
- Inheritance
Constructors
DefaultOutputFormatterSelector(IOptions<MvcOptions>, ILoggerFactory) |
Initializes a new instance of DefaultOutputFormatterSelector |
Methods
SelectFormatter(OutputFormatterCanWriteContext, IList<IOutputFormatter>, MediaTypeCollection) |
Selects an IOutputFormatter to write the response based on the provided values and the current request. |