RequestDelegate 是一種委托類型,其全貌為 public delegate Task RequestDelegate(HttpContext context) ,MSDN上對它的解釋,"A function that can process an HTTP ...
確定! 回上一頁