摘要:你猜我写不写public static class MyRouteHandler { public static async Task Handler(HttpContext context) {
你猜我写不写
public static class MyRouteHandler
{
public static async Task Handler(HttpContext context)
{
await context.Response.WriteAsync("MyRouteHandler");
}
}
批改老师:批改时间:2019-01-08 17:50:56
老师总结:await context.Response.WriteAsync("MyRouteHandler");