-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
移除 IsStaticResource 方法的 HttpContext 参数
在 `CalculateExecutionTimeMiddleware.cs` 文件中,`CalculateExecutionTimeMiddleware` 类的 `_webHelper.IsStaticResource` 方法调用不再传递 `HttpContext` 参数。 在 `IWebHelper.cs` 文件中,`IWebHelper` 接口的 `IsStaticResource` 方法不再接受 `HttpContext` 参数。
- Loading branch information
猿人易
committed
Nov 22, 2024
1 parent
d4e8c30
commit bc3934c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters