コード例 #1
0
ファイル: BlogHelper.cs プロジェクト: reicheltp/website
 public static string GetLink(this HtmlHelper helper, BlogCategory category)
 {
     return LinkHelper.GetLink(category);
 }
コード例 #2
0
ファイル: LinkHelper.cs プロジェクト: cake-build/website
 public static string GetLink(BlogCategory category)
 {
     return string.Concat("/blog/category/", category.Slug);
 }