Пример #1
0
 private string GenerateLink(PagerItem item)
 {
     return(_helper.ActionLink(item.Text, _actionName, MakeRoute(item.PageIndex), _ajaxOptions).ToString());
 }