sarpay
12/10/2018 - 12:57 PM

MVC Controls

@Html.DropDownListFor(model =>
                        model.PolicyInput.ProductId,
                        Enumerable.Empty<SelectListItem>(),
                        htmlAttributes: new { @class = "form-control select-2" }
                     )