.Net Core Mvc中使用区域(Areas) 发布于 2017-07-18 1.在项目中新建个文件夹Areas 然后在这个文件夹下新建Admin文件夹 Admin下有Controllers和Views文件夹 …