1 instantiation of StringOutputFormatter
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
78
options.OutputFormatters.Add(new
StringOutputFormatter
());
1 reference to StringOutputFormatter
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\StringOutputFormatter.cs (1)
15
/// Creates a new <see cref="
StringOutputFormatter
"/> that only supports plain text encoded as <see cref="P:System.Text.Encoding.UTF8" />