【发布时间】:2013-02-13 10:34:33
【问题描述】:
有没有办法跟踪正在使用哪些 cshtml 文件来构建特定的页面加载?例如:
- /Views/Shared/_LayoutUser.cshtml
- /Views/Shared/_UserNavigation.cshtml
- /Views/Shared/_BannerSelector.cshtml
- RenderBody - /Views/Users/Index.cshtml
- /Views/Users/DisplayTemplate/User.cshtml
- 任何其他用于构造视图的东西
- /Views/Shared/_UserFooter.cshtml
【问题讨论】:
标签: asp.net-mvc partial-views trace razor-2