Example #1
0
 public static string GetLink(this HtmlHelper helper, BlogCategory category)
 {
     return LinkHelper.GetLink(category);
 }
Example #2
0
 public static string GetLink(BlogCategory category)
 {
     return string.Concat("/blog/category/", category.Slug);
 }