Exemple #1
0
 public static MvcHtmlString DefaultDropDownList(this HtmlHelper htmlHelper, string name)
 {
     return(htmlHelper.DefaultDropDownList(name, Enumerable.Empty <SelectListItem>()));
 }