Méthode | Description | |
---|---|---|
PagedListGoToPageForm ( this html, IPagedList list, string formAction ) : System.Web.HtmlString |
Displays a configurable "Go To Page:" form for instances of PagedList.
|
|
PagedListGoToPageForm ( this html, IPagedList list, string formAction, |
Displays a configurable "Go To Page:" form for instances of PagedList.
|
|
PagedListGoToPageForm ( this html, IPagedList list, string formAction, string inputFieldName ) : System.Web.HtmlString |
Displays a configurable "Go To Page:" form for instances of PagedList.
|
|
PagedListPager ( this html, IPagedList list, string>.Func |
Displays a configurable paging control for instances of PagedList.
|
|
PagedListPager ( this html, IPagedList list, string>.Func |
Displays a configurable paging control for instances of PagedList.
|
Méthode | Description | |
---|---|---|
AppendHtml ( TagBuilder tagBuilder, string innerHtml ) : void | ||
Ellipses ( |
||
First ( IPagedList list, string>.Func |
||
ItemSliceAndTotalText ( IPagedList list, |
||
Last ( IPagedList list, string>.Func |
||
Next ( IPagedList list, string>.Func |
||
Page ( int i, IPagedList list, string>.Func |
||
PageCountAndLocationText ( IPagedList list, |
||
Previous ( IPagedList list, string>.Func |
||
SetInnerText ( TagBuilder tagBuilder, string innerText ) : void | ||
TagBuilderToString ( TagBuilder tagBuilder ) : string | ||
TagBuilderToString ( TagBuilder tagBuilder, TagRenderMode renderMode ) : string | ||
WrapInListItem ( TagBuilder inner, |
||
WrapInListItem ( string text ) : TagBuilder |
public static PagedListGoToPageForm ( this html, IPagedList list, string formAction ) : System.Web.HtmlString | ||
html | this | This method is meant to hook off HtmlHelper as an extension method. |
list | IPagedList | The PagedList to use as the data source. |
formAction | string | The URL this form should submit the GET request to. |
Résultat | System.Web.HtmlString |
public static PagedListGoToPageForm ( this html, IPagedList list, string formAction, |
||
html | this | This method is meant to hook off HtmlHelper as an extension method. |
list | IPagedList | The PagedList to use as the data source. |
formAction | string | The URL this form should submit the GET request to. |
options | Formatting options. | |
Résultat | System.Web.HtmlString |
public static PagedListGoToPageForm ( this html, IPagedList list, string formAction, string inputFieldName ) : System.Web.HtmlString | ||
html | this | This method is meant to hook off HtmlHelper as an extension method. |
list | IPagedList | The PagedList to use as the data source. |
formAction | string | The URL this form should submit the GET request to. |
inputFieldName | string | The querystring key this form should submit the new page number as. |
Résultat | System.Web.HtmlString |
public static PagedListPager ( this html, IPagedList list, string>.Func |
||
html | this | This method is meant to hook off HtmlHelper as an extension method. |
list | IPagedList | The PagedList to use as the data source. |
generatePageUrl | string>.Func | A function that takes the page number of the desired page and returns a URL-string that will load that page. |
Résultat | System.Web.HtmlString |
public static PagedListPager ( this html, IPagedList list, string>.Func |
||
html | this | This method is meant to hook off HtmlHelper as an extension method. |
list | IPagedList | The PagedList to use as the data source. |
generatePageUrl | string>.Func | A function that takes the page number of the desired page and returns a URL-string that will load that page. |
options | Formatting options. | |
Résultat | System.Web.HtmlString |