I want to create View in MVC programmatically through c# and want to place it in a View folder in my MVC project. If this is possible then please tell me how can i implement such logic?
I want to create View in MVC programmatically through c# and want to place
Share
You can implement IView interface and build your own view: