摘要: 阅读全文
posted @ 2020-06-07 09:43 .net&new 阅读(142) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Threading.Tasks;using Microsoft.AspNetCore.Mvc; namespace LayUICore.Areas 阅读全文
posted @ 2020-06-07 09:42 .net&new 阅读(171) 评论(0) 推荐(0) 编辑
摘要: app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "Areas", pattern: "{area:exists}/{controller=Index}/{action=Index}/{id?}", default 阅读全文
posted @ 2020-06-07 09:41 .net&new 阅读(424) 评论(0) 推荐(0) 编辑
摘要: startup.cs文件 app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "Areas", pattern: "{area:exists}/{controller=Index}/{action=Index}/{i 阅读全文
posted @ 2020-06-07 09:40 .net&new 阅读(372) 评论(0) 推荐(0) 编辑