- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
找到错误页面here正在使用下面的代码将 css 和 js 文件注入(inject)到 cshtml 文件中。
什么负责用实际的 css 和 js 替换 include 标签?
<style>
<%$ include: Error.css % >
</style>
最佳答案
进一步向下滚动阅读有关 AspNetCore 诊断的自述文件,我找到了答案。他们使用自定义工具生成 Razor 代码并注入(inject) css/js。 https://github.com/aspnet/AspNetCore/tree/master/src/Middleware/Diagnostics/src
Diagnostics middleware like DeveloperExceptionPage uses compiled Razor views. After updating the *.cshtml file you must run the RazorPageGenerator tool to generate an updated compiled Razor view.
Run the following command in AspNetCore-Tooling\src\Razor\src\RazorPageGenerator:
dotnet run Microsoft.AspNetCore.Diagnostics.RazorViews path-to-aspnetcore-middleware-diagnostics-src
关于c# - AspNetCore如何将css和js注入(inject)到它的开发者异常页面中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57515056/
我是一名优秀的程序员,十分优秀!