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