摘要: 声明自定义中间件及处理方法 public class RequestSetOptionsMiddleware { /// <summary> /// 可以处理HTTP请求的函数 /// </summary> private readonly RequestDelegate _next; public 阅读全文
posted @ 2020-07-09 15:06 流星泪 阅读(466) 评论(0) 推荐(0)
摘要: UseRouting内部: public static IApplicationBuilder UseRouting(this IApplicationBuilder builder) { if (builder == null) { throw new ArgumentNullException( 阅读全文
posted @ 2020-07-09 11:00 流星泪 阅读(1574) 评论(0) 推荐(0)