小编Meh*_*avi的帖子

ASP.Net Core 中 IApplicationBuilder 的 Map 方法和 IEndpointRouteBuilder 的 Map 方法有什么区别

由于WebApplication同时实现了 和IApplicationBuilderIEndpointRouteBuilder因此有一种Map方法可以专门用于具有多个重载的应用程序Map(string pattern,Action<IApplicationBuilder>)Map(string pattern, RequestDelegate requestDelegate)。它们之间有什么区别?

routes web-applications endpoint asp.net-core

5
推荐指数
1
解决办法
1020
查看次数

标签 统计

asp.net-core ×1

endpoint ×1

routes ×1

web-applications ×1