hello guys,
please clear me thing, i am using bundles in MVC project but when i call bundle in specific view like this
- @Scripts.Render("~/bundles/switch")
but when i add refrence top of the view like this
- @using System.Web.Optimization
so here is my qustion have i to insert this refrence in all specific page. where i want to use bundle.
thanks in advance

Salman BegPosted Feb 25, 2020, 1:25 AM