Click here to Skip to main content
15,887,776 members
Articles / All Topics

Custom View Engine in ASP.NET 5

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
19 Sep 2015MIT 8.5K   1  
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.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Technical Lead
India India
Working as Tech. Lead

My blog : dotnetthoughts.net.
You can follow me in twitter : @anuraj

Comments and Discussions