你猜我写还是不写

原创 2019-01-08 17:42:34 193
摘要:你猜我写不写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");

发布手记

热门词条