gpt4 book ai didi

c# - AspNetCore如何将css和js注入(inject)到它的开发者异常页面中?

转载 作者:太空宇宙 更新时间:2023-11-03 11:59:54 25 4
gpt4 key购买 nike

找到错误页面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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com