I want to be able to see RouteConfig.cs
in solution explorer. Right now I have to do a text search to drag the file out of the depths.
我希望能够在解决方案资源管理器中看到RouteConfig.cs。现在我必须进行文本搜索以将文件拖出深度。
How can I display the file which appears to be buried in Global.asax.cs?
如何显示看似埋藏在Global.asax.cs中的文件?
1 个解决方案
#1
1
It's inside a folder called "App_Start" which is at the same level in the folder hierarchy as the Global.asax
file. Here's an article that has a nice step-by-step example for discovering the file in Solution Explorer: ASP.NET MVC 4: Where Have All The Global.asax Routes Gone?
它位于名为“App_Start”的文件夹中,该文件夹与Global.asax文件位于文件夹层次结构中。这篇文章有一个很好的分步示例,用于在解决方案资源管理器中发现文件:ASP.NET MVC 4:所有Global.asax路由何去何从?
#1
1
It's inside a folder called "App_Start" which is at the same level in the folder hierarchy as the Global.asax
file. Here's an article that has a nice step-by-step example for discovering the file in Solution Explorer: ASP.NET MVC 4: Where Have All The Global.asax Routes Gone?
它位于名为“App_Start”的文件夹中,该文件夹与Global.asax文件位于文件夹层次结构中。这篇文章有一个很好的分步示例,用于在解决方案资源管理器中发现文件:ASP.NET MVC 4:所有Global.asax路由何去何从?