C# 클래스 cloudscribe.Web.Pagination.AlphabeticPagination

note that this html helper hasbeen superceded by a newer AlphaPagerTagHelper
파일 보기 프로젝트 열기: joeaudette/cloudscribe.Web.Pagination

공개 메소드들

메소드 설명
AlphabeticPager ( this html, string selectedLetter, string alphabet, IEnumerable firstLetters, string allLabel, string allValue, bool includeNumbers, string>.Func pageLink ) : IHtmlContent

메소드 상세

AlphabeticPager() 공개 정적인 메소드

public static AlphabeticPager ( this html, string selectedLetter, string alphabet, IEnumerable firstLetters, string allLabel, string allValue, bool includeNumbers, string>.Func pageLink ) : IHtmlContent
html this
selectedLetter string
alphabet string
firstLetters IEnumerable
allLabel string
allValue string
includeNumbers bool
pageLink string>.Func
리턴 IHtmlContent