Пример #1
0
 public static MvcHtmlString BindValidateGotoPage(this PagingGotoPageTemplate t, string eventId)
 {
     return(t.BindEvent("validateGotopage", eventId));
 }
Пример #2
0
 public static MvcHtmlString BindGotoPage(this PagingGotoPageTemplate t, string eventId)
 {
     return(t.BindEvent("gotoPageClick", eventId));
 }