app.Run(async (context) => { await context.Response.WriteAsync("Hello World!"); }); As we can see all the response pipeline does is to add “ ...
確定! 回上一頁