C# Class cloudscribe.Web.Pagination.AlphabeticPagination

note that this html helper hasbeen superceded by a newer AlphaPagerTagHelper
Mostrar archivo Open project: joeaudette/cloudscribe.Web.Pagination

Public Methods

Method Description
AlphabeticPager ( this html, string selectedLetter, string alphabet, IEnumerable firstLetters, string allLabel, string allValue, bool includeNumbers, string>.Func pageLink ) : IHtmlContent

Method Details

AlphabeticPager() public static method

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
return IHtmlContent