aspnetcore/test/WebSites/CompositeViewEngineWebSite
Pranav K 7120b2ff92 Removing MvcViewEngineDescriptor and switching to use OptionsSetup to
setup RazorViewEngine.

Fixes #2269
2015-07-29 14:14:07 -07:00
..
Views/Home
wwwroot
CompositeViewEngineWebSite.xproj
HomeController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Startup.cs Removing MvcViewEngineDescriptor and switching to use OptionsSetup to 2015-07-29 14:14:07 -07:00
TestPartialView.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestView.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestViewEngine.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json
readme.md

readme.md

CompositeViewEngineWebSite

This web site illustrates how to register and use custom ViewEngines.