Пример #1
0
 public static string ToCrumb(this IMenuItem menuItem, HtmlHelper helper)
 {
     return(menuItem.BuildCrumb(helper));
 }