I created a Asp.net mvc project on visual studios, In the many folder I get I have a folder called Home that has three .csthml files: about.cshtml, contact.cshtml, and index.cshtml.
I would like to change about.cshtml to blah.cshtml and contact.chstml to lala.cshtml.
I've tried to do it from properties but the name is not changed across other files in the project.
Should I use those files in my project or create another controller?