配置Asp.NET Core請求處理管道

一.Run方法 public static void Run(this IapplicationBuilder app,RequestDelegate hanler);是一個擴展方法 終端中間件: app.Run(async(context)=> { await context.Response.WriteAsync("Hello World"); }); context是HttpContext的
相關文章
相關標籤/搜索