What is Returned Async task in controller POST

前端 未结 0 410
暖寄归人
暖寄归人 2021-01-31 16:33

I have this:

public async Task AddMyCookie()
{
   await SomeFunction() ;
HttpContext.Response.AppendCookie(new HttpCookie(...));

}

What result i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题