Hi,
I need to create a page/template in MVC where user can create his own page with header, body(with few controls and some text) and footer, after mentioning all details and when clicks on create button we have to create one page (.html or cshtml) in the solution/application.
So ultimately we have to provide facility to the user in the application where he can create his own pages dynamically and call those pages from browser. Thanks in advance.