c# - Where is the default namespace name kept in ASP.NET MVC? -
I created a new ASP.NET MVC application with the name of "HelloWorld", and did a few basic tests. I then changed a global name of "HelloWald" to "application name", but when I create a new controller, it still puts it in the "HelloWald" namespace.
How can I fix this?
This project is in property, such as in another C # project
Comments
Post a Comment