我收到一個錯誤,當我試圖在包中包含一個 css 檔案時,它說Asp.net MVC Bundle - Only application relative URLs (~/url) are allowed.
這是代碼:
bundles.Add(new StyleBundle("~/bundles/lib/anim_css").Include(
"~Vendor/lib/animate/animate.min.css", new CssRewriteUrlTransform()));
該Vendor檔案夾是該css的源檔案夾。該檔案夾包含在專案中,就像 ...ProjectFolderName/Vendor
這沒有幫助
uj5u.com熱心網友回復:
~Vendor/lib/animate/animate.min.css不是合法的相對 URL。它需要是~/Vendor/lib/animate/animate.min.css
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/424702.html
