12 references to StringOutputFormatter
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
78
options.OutputFormatters.Add(new
StringOutputFormatter
());
Microsoft.AspNetCore.Mvc.Core.Test (11)
CreatedAtActionResultTests.cs (1)
87
options.Value.OutputFormatters.Add(new
StringOutputFormatter
());
CreatedAtRouteResultTests.cs (1)
101
options.Value.OutputFormatters.Add(new
StringOutputFormatter
());
CreatedResultTests.cs (1)
134
options.Value.OutputFormatters.Add(new
StringOutputFormatter
());
Formatters\FormatFilterTest.cs (1)
464
MvcOptions.OutputFormatters.Add(new
StringOutputFormatter
());
Formatters\StringOutputFormatterTests.cs (5)
42
var formatter = new
StringOutputFormatter
();
64
var formatter = new
StringOutputFormatter
();
88
var formatter = new
StringOutputFormatter
();
112
var formatter = new
StringOutputFormatter
();
140
var formatter = new
StringOutputFormatter
();
HttpNotFoundObjectResultTest.cs (1)
67
options.Value.OutputFormatters.Add(new
StringOutputFormatter
());
HttpOkObjectResultTest.cs (1)
69
options.Value.OutputFormatters.Add(new
StringOutputFormatter
());