public void Configure(IApplicationBuilder app) { app.Use(async (context, next) => { await context.Response.WriteAsync("First Middleware in.
確定! 回上一頁