We are making a .Net MVC websolution that is going to be using widgets rendered as HTML.Partials(). We would like to be able for the partial view to add its dependencys in t
@The Kaizer, For you own answer above. In Widget.cshtml you might want to use
var bundle = System.Web.Optimization.BundleTable.Bundles.GetBundleFor("~/widgetspecific");