... IHostingEnvironment env, ILoggerFactory loggerFactory) { app.Use(async (context, next) => { await context.Response.WriteAsync("Middleware 1<br/>"); ...
確定! 回上一頁