1.首先 在网站的区域目录areas下 的 区域目录下的 Views目录下新建一个 _ViewStart.cshtml文件 如下图所示:
2.在shared文件下新建一个视图作为Layout 如下体验
我们在最开始的_ViewStart.cshtml文件中 添加 代码:
3.OK