myesn

myEsn2E9

hi
github

ABP:全球 JavaScript/CSS

打開 Web 項目的 WebModule 文件,添加如下代碼:
這些全局的 js/css 文件位於 Web 項目的 wwwroot 目錄下

private void ConfigureBundles()
{
    Configure<AbpBundlingOptions>(options =>
    {
        options.StyleBundles.Configure(
            LeptonXLiteThemeBundles.Styles.Global,
            bundle =>
            {
                bundle.AddFiles("/global-styles.css");
            }
        );
        options.ScriptBundles.Configure(
            LeptonXLiteThemeBundles.Scripts.Global,
            bundle =>
            {
                bundle.AddFiles("/global.js");
            }
        );
    });
}

參考:
https://docs.abp.io/en/abp/latest/UI/Blazor/Global-Scripts-Styles

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。