7 references to CustomFormatter
BasicWebSite (7)
Controllers\ContentNegotiation\FormatFilterController.cs (1)
34result.Formatters.Add(new CustomFormatter("application/FormatFilterController"));
Controllers\ContentNegotiation\NoProducesContentOnClassController.cs (1)
17result.Formatters.Add(new CustomFormatter("application/custom_NoProducesContentOnClassController_Action"));
Controllers\ContentNegotiation\NormalController.cs (1)
37result.Formatters.Add(new CustomFormatter("application/custom"));
Controllers\ContentNegotiation\ProducesContentBaseController.cs (2)
19result.Formatters.Add(new CustomFormatter("application/custom_ProducesContentBaseController")); 20result.Formatters.Add(new CustomFormatter("application/custom_ProducesContentBaseController_Action"));
Controllers\ContentNegotiation\ProducesContentOnClassController.cs (2)
18result.Formatters.Add(new CustomFormatter("application/custom_ProducesContentOnClassController")); 20new CustomFormatter("application/custom_ProducesContentOnClassController_Action"));