C# Class LightFramework.Web.AspNetMvc.HtmlHelperExtension

显示文件 Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
Pager ( this helper, string routeName, string actionName, string controllerName, object>.IDictionary values, string pageParamName, bool appendQueryString, int pageCount, int noOfPageToShow, int noOfPageInEdge, int currentPage ) : string

Method Details

Pager() public static method

public static Pager ( this helper, string routeName, string actionName, string controllerName, object>.IDictionary values, string pageParamName, bool appendQueryString, int pageCount, int noOfPageToShow, int noOfPageInEdge, int currentPage ) : string
helper this
routeName string
actionName string
controllerName string
values object>.IDictionary
pageParamName string
appendQueryString bool
pageCount int
noOfPageToShow int
noOfPageInEdge int
currentPage int
return string