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