aspnetcore/test/WebSites/ControllersFromServicesWebSite
Pranav K f80490f99d
Remove runtime compilation from Mvc.Razor (#8755)
* Remove runtime compilation from Mvc.Razor
* Remove RazorViewEngineOptions.FileProviders
2018-11-21 17:14:12 -08:00
..
Components
TagHelpers
Views/Another
AnotherController.cs
ControllersFromServicesWebSite.csproj Update projects and packages to target netcoreapp3.0 (aspnet/Mvc#8734) 2018-11-16 16:28:35 -08:00
NotInServicesController.cs
Startup.cs Remove runtime compilation from Mvc.Razor (#8755) 2018-11-21 17:14:12 -08:00
ValueService.cs
ViewData.cshtml
readme.md

readme.md

Functional test site for verifying that controllers registered as services can be consumed by DefaultControllerFactory.