public static string Static(this UrlHelper helper, string url, params object[] formatArgs) { return(ComicUrlHelper.GetStaticUrl(url, formatArgs)); }
public static string Render(this UrlHelper helper, Fredin.Comic.Data.Comic comic, RenderMode render) { return(ComicUrlHelper.GetRenderUrl(comic, render)); }
public static string Static(this UrlHelper helper, string url) { return(ComicUrlHelper.GetStaticUrl(url)); }