C# 클래스 Pizza.Mvc.HtmlHelpers.PaginatorHelper

파일 보기 프로젝트 열기: dwdkls/pizzamvc

공개 메소드들

메소드 설명
PageLinks ( this html, PagingInfo pagingInfo, string>.Func pageUrl ) : System.Web.Mvc.MvcHtmlString

비공개 메소드들

메소드 설명
AppendNextButton ( this result, int pageNumber, bool isVisible, string>.Func pageUrl ) : void
AppendPageButton ( this result, int pageNumber, bool isActive, string>.Func pageUrl ) : void
AppendPrevButton ( this result, int pageNumber, bool isVisible, string>.Func pageUrl ) : void

메소드 상세

PageLinks() 공개 정적인 메소드

public static PageLinks ( this html, PagingInfo pagingInfo, string>.Func pageUrl ) : System.Web.Mvc.MvcHtmlString
html this
pagingInfo Pizza.Contracts.Operations.Results.PagingInfo
pageUrl string>.Func
리턴 System.Web.Mvc.MvcHtmlString