Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149058 | Nov 12,2019 10:47 PM UTC | May 21,2020 04:02 PM UTC | ASP.NET MVC - EJ 2 | 20 |
![]() |
Tags: General |
bundles.Add(new StyleBundle("~/Content/css").Include( "~/Content/sb-admin-2.min.css", "~/content/toastr.min.css", "~/content/myportal.css", "~/content/fontawesome.min.css", "~/content/regular.min.css", "~/content/solid.min.css", "~/Content/brands.min.css", "~/Content/site.css", "~/Content/ej2/bootstrap4.css"));
And the scripts:
bundles.Add(new ScriptBundle("~/bundles/syncfusion").Include( "~/Scripts/ej2/ej2.min.js"));
These are then loaded in the _Layout.cshtml:
@Styles.Render("~/Content/css")@Scripts.Render("~/bundles/syncfusion")
From Package Location |
ThemeStudio Generated CSS |
|
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.