public static string GitHubLink(this HtmlHelper helper, Topic topic) { return(LinkHelper.GetGitHubLink(topic)); }
public static string GetArchiveLink(this HtmlHelper helper, DateTime time) { return(LinkHelper.GetArchiveLink(time)); }
public static string GetLink(this HtmlHelper helper, BlogPost post) { return(LinkHelper.GetLink(post)); }
public static string GetLink(this HtmlHelper helper, BlogCategory category) { return(LinkHelper.GetLink(category)); }
public static string GetAuthorLink(this HtmlHelper helper, string author) { return(LinkHelper.GetAuthorLink(author)); }