你猜我写还是不写

Original 2019-01-08 17:42:34 169
abstract:你猜我写不写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");

}

}


Correcting teacher:Correction time:2019-01-08 17:50:56
Teacher's summary:await context.Response.WriteAsync("MyRouteHandler");

Release Notes

Popular Entries