What should be the naming convention and folder structure for Contact Us View Page in .NET Core MVC? – SEO
I have just started learning .NET Core MVC .I am creating a contact us view page .My doubt is should i create a structure where it is like this 1) Views(folder) -ContactUs(folder) -Index.cshtml Controller(folder) -ContactUsController.cs 2) Views(folder) -Home(folder) -ContactUs.cshtml Controller(folder)…