Tagged Questions
2
votes
3answers
357 views
How do you write your own View engine for ASP.NET MVC?
I know that ASP.NET MVC will allow me to swap in various View engines that other people have created, but I am wondering how can I create my own View engine?
More info:
We have our own webforms based ...