public Task Invoke(HttpContext context) { // Check if there is a SendFile feature already present if (context.GetFeature<IHttpSendFileFeature>() == null) ...
確定! 回上一頁