1
Answer

How to Create Dynamic or Customized Page in MVC

alibasha syed

alibasha syed

7y
181
1
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 he clicks on create button we have to create one page (.html or cshtml) in the solution/application.
Therefor 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.
Answers (1)