RequestDelegate 代理人

定義

可以處理 HTTP 要求的函式。

C#
public delegate System.Threading.Tasks.Task RequestDelegate(HttpContext context);

參數

context
HttpContext

要求的 HttpContext

傳回值

表示要求處理完成的工作。

適用於

產品 版本
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0