Пример #1
0
 public static string GitHubLink(this HtmlHelper helper, Topic topic)
 {
     return(LinkHelper.GetGitHubLink(topic));
 }
Пример #2
0
 public static string GetArchiveLink(this HtmlHelper helper, DateTime time)
 {
     return(LinkHelper.GetArchiveLink(time));
 }
Пример #3
0
 public static string GetLink(this HtmlHelper helper, BlogPost post)
 {
     return(LinkHelper.GetLink(post));
 }
Пример #4
0
 public static string GetLink(this HtmlHelper helper, BlogCategory category)
 {
     return(LinkHelper.GetLink(category));
 }
Пример #5
0
 public static string GetAuthorLink(this HtmlHelper helper, string author)
 {
     return(LinkHelper.GetAuthorLink(author));
 }