C# 클래스 X.PagedList.Mvc.PagedListRenderOptions

Options for configuring the output of X.PagedList.Mvc.HtmlHelper.
파일 보기 프로젝트 열기: kpi-ua/X.PagedList 1 사용 예제들

공개 메소드들

메소드 설명
EnableUnobtrusiveAjaxReplacing ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : PagedListRenderOptions

Enables ASP.NET MVC's unobtrusive AJAX feature. An XHR request will retrieve HTML from the clicked page and replace the innerHtml of the provided element ID.

EnableUnobtrusiveAjaxReplacing ( PagedListRenderOptions options, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : PagedListRenderOptions

Enables ASP.NET MVC's unobtrusive AJAX feature. An XHR request will retrieve HTML from the clicked page and replace the innerHtml of the provided element ID.

EnableUnobtrusiveAjaxReplacing ( string id ) : PagedListRenderOptions

Enables ASP.NET MVC's unobtrusive AJAX feature. An XHR request will retrieve HTML from the clicked page and replace the innerHtml of the provided element ID.

PagedListRenderOptions ( ) : System

The default settings render all navigation links and no descriptive text.

메소드 상세

EnableUnobtrusiveAjaxReplacing() 공개 정적인 메소드

Enables ASP.NET MVC's unobtrusive AJAX feature. An XHR request will retrieve HTML from the clicked page and replace the innerHtml of the provided element ID.
public static EnableUnobtrusiveAjaxReplacing ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : PagedListRenderOptions
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions Ajax options that will be used to generate the unobstrusive tags on the link
리턴 PagedListRenderOptions

EnableUnobtrusiveAjaxReplacing() 공개 정적인 메소드

Enables ASP.NET MVC's unobtrusive AJAX feature. An XHR request will retrieve HTML from the clicked page and replace the innerHtml of the provided element ID.
public static EnableUnobtrusiveAjaxReplacing ( PagedListRenderOptions options, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : PagedListRenderOptions
options PagedListRenderOptions The preferred Html.PagedList(...) style options.
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions The ajax options that will put into the link
리턴 PagedListRenderOptions

EnableUnobtrusiveAjaxReplacing() 공개 정적인 메소드

Enables ASP.NET MVC's unobtrusive AJAX feature. An XHR request will retrieve HTML from the clicked page and replace the innerHtml of the provided element ID.
public static EnableUnobtrusiveAjaxReplacing ( string id ) : PagedListRenderOptions
id string The element ID ("my_id") of the element whose innerHtml should be replaced, if # is included at the start this will be removed.
리턴 PagedListRenderOptions

PagedListRenderOptions() 공개 메소드

The default settings render all navigation links and no descriptive text.
public PagedListRenderOptions ( ) : System
리턴 System