Example #1
0
 public static MvcHtmlString PageLinksAction([NotNull] this HtmlHelper thisValue, [NotNull] PagerSettings pagerSettings)
 {
     return(Web.Mvc.Helpers.HtmlHelper.PageLinksAction(pagerSettings));
 }
Example #2
0
 public static TagBuilder PageLinks([NotNull] this HtmlHelper thisValue, [NotNull] PagerSettings pagerSettings)
 {
     return(Web.Mvc.Helpers.HtmlHelper.PageLinks(pagerSettings));
 }