styles and scripts not working in partial view
问题 I have a partial view ( asp.net-mvc ) that contains a few dropdownlist 's with the class ''chosen-select'. But somehow that class doesn't get applied. The dropdownlist 's are displayed/styled as 'normal'. @using (var f = Html.Bootstrap().Begin(new Form("Home", "Index").FormMethod(FormMethod.Post).Type(FormType.Horizontal).InputWidthMd(12))) { @f.FormGroup().DropDownListFor(model => model.Currency, Model.Currencies).Class("chosen-select") @f.FormGroup().ListBoxFor(model => model.CountryIds,