65.9K
CodeProject is changing. Read more.
Home

Custom View Engine in ASP.NET 5

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

Sep 19, 2015

MIT
viewsIcon

8896

This post is about implementing Custom View Engine in ASP.NET 5. Normally ASP.NET MVC looks for view files (*.cshtml), inside Views/Controller folder. If you want to configure it to some other location, you can manage it via custom view engine. Here is the implementation.