单项选择题

在ASP.NET Core中,await仅可用于由()关键字修饰的异步方法中。

A.Task
B.await
C.async
D.Run