有没有办法跟踪正在使用哪些 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