Example #1
0
 public static string ToDropDownMenu(this IMenuItem menuItem, HtmlHelper helper, IMenuItem currentItem)
 {
     return(menuItem.BuildDropDownMenu(helper, currentItem));
 }