C# 클래스 MvcControlsToolkit.Core.TagHelpers.DefaultServerPagerLayoutOptions

상속: Templates.LayoutTemplateOptions
파일 보기 프로젝트 열기: MvcControlsToolkit/MvcControlsToolkit.ControlsCore

공개 메소드들

메소드 설명
DefaultServerPagerLayoutOptions ( bool hasPages, int pageSize, PagerMode mode, int pagesBeforeStart, int currentPage, int pagesAfterStop, string url, string skipToken, string takeToken, Type localizerType, string cssClass, Templates layoutTemplate, string operation ) : System
GetLocalizerFunction ( IStringLocalizerFactory factory ) : string>.Func
Operation ( int i ) : HtmlString
PageUrl ( int i ) : string

메소드 상세

DefaultServerPagerLayoutOptions() 공개 메소드

public DefaultServerPagerLayoutOptions ( bool hasPages, int pageSize, PagerMode mode, int pagesBeforeStart, int currentPage, int pagesAfterStop, string url, string skipToken, string takeToken, Type localizerType, string cssClass, Templates layoutTemplate, string operation ) : System
hasPages bool
pageSize int
mode PagerMode
pagesBeforeStart int
currentPage int
pagesAfterStop int
url string
skipToken string
takeToken string
localizerType System.Type
cssClass string
layoutTemplate Templates
operation string
리턴 System

GetLocalizerFunction() 공개 메소드

public GetLocalizerFunction ( IStringLocalizerFactory factory ) : string>.Func
factory IStringLocalizerFactory
리턴 string>.Func

Operation() 공개 메소드

public Operation ( int i ) : HtmlString
i int
리턴 HtmlString

PageUrl() 공개 메소드

public PageUrl ( int i ) : string
i int
리턴 string