5 instantiations of PlainTextFormatter
BasicWebSite (5)
Controllers\ContentNegotiation\FallbackOnTypeBasedMatchController.cs (3)
35
objectResult.Formatters.Add(new
PlainTextFormatter
());
47
objectResult.Formatters.Add(new
PlainTextFormatter
());
55
objectResult.Formatters.Add(new
PlainTextFormatter
());
Controllers\ContentNegotiation\NormalController.cs (1)
36
result.Formatters.Add(new
PlainTextFormatter
());
Controllers\ContentNegotiation\ProducesContentBaseController.cs (1)
18
result.Formatters.Add(new
PlainTextFormatter
());