1 type derived from OutputFormatterSelector
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultOutputFormatterSelector.cs (1)
20
public partial class DefaultOutputFormatterSelector :
OutputFormatterSelector
9 references to OutputFormatterSelector
Microsoft.AspNetCore.Mvc.Core (9)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
234
services.TryAddSingleton<
OutputFormatterSelector
, DefaultOutputFormatterSelector>();
Infrastructure\DefaultApiProblemDetailsWriter.cs (2)
12
private readonly
OutputFormatterSelector
_formatterSelector;
24
OutputFormatterSelector
formatterSelector,
Infrastructure\DefaultOutputFormatterSelector.cs (1)
18
/// The default implementation of <see cref="
OutputFormatterSelector
"/>.
Infrastructure\ObjectResultExecutor.cs (4)
23
/// <param name="formatterSelector">The <see cref="
OutputFormatterSelector
"/>.</param>
28
OutputFormatterSelector
formatterSelector,
48
/// Gets the <see cref="
OutputFormatterSelector
"/>.
50
protected
OutputFormatterSelector
FormatterSelector { get; }
Infrastructure\OutputFormatterSelector.cs (1)
13
/// The default implementation of <see cref="
OutputFormatterSelector
"/> provided by ASP.NET Core MVC