1 write to _indentingFormatter
BasicWebSite (1)
Controllers\ContentNegotiation\NormalController.cs (1)
28
_indentingFormatter
= new NewtonsoftJsonOutputFormatter(_indentedSettings, charPool, new MvcOptions(), new MvcNewtonsoftJsonOptions());
1 reference to _indentingFormatter
BasicWebSite (1)
Controllers\ContentNegotiation\NormalController.cs (1)
38
result.Formatters.Add(
_indentingFormatter
);