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