Run(async context => { await context.Response.WriteAsync("Hello World"); }); } }. If you run the project, you should receive “Hello World” ...
確定! 回上一頁