C# 클래스 MvcPaging.PagerOptions.Defaults

The static Defaults class allows you to set Pager defaults for the entire application. Set values at application startup.
파일 보기 프로젝트 열기: martijnboland/MvcPaging

공개 프로퍼티들

프로퍼티 타입 설명
AlwaysAddFirstPageNumber bool
DefaultPageRouteValueKey string
DisplayFirstPage bool
DisplayLastPage bool
DisplayTemplate string
FirstPageText string
FirstPageTitle string
LastPageText string
LastPageTitle string
MaxNrOfPages int
NextPageText string
NextPageTitle string
PreviousPageText string
PreviousPageTitle string
UseItemCountAsPageCount bool

공개 메소드들

메소드 설명
Reset ( ) : void

메소드 상세

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

프로퍼티 상세

AlwaysAddFirstPageNumber 공개적으로 정적으로 프로퍼티

public static bool AlwaysAddFirstPageNumber
리턴 bool

DefaultPageRouteValueKey 공개적으로 정적으로 프로퍼티

public static string DefaultPageRouteValueKey
리턴 string

DisplayFirstPage 공개적으로 정적으로 프로퍼티

public static bool DisplayFirstPage
리턴 bool

DisplayLastPage 공개적으로 정적으로 프로퍼티

public static bool DisplayLastPage
리턴 bool

DisplayTemplate 공개적으로 정적으로 프로퍼티

public static string DisplayTemplate
리턴 string

FirstPageText 공개적으로 정적으로 프로퍼티

public static string FirstPageText
리턴 string

FirstPageTitle 공개적으로 정적으로 프로퍼티

public static string FirstPageTitle
리턴 string

LastPageText 공개적으로 정적으로 프로퍼티

public static string LastPageText
리턴 string

LastPageTitle 공개적으로 정적으로 프로퍼티

public static string LastPageTitle
리턴 string

MaxNrOfPages 공개적으로 정적으로 프로퍼티

public static int MaxNrOfPages
리턴 int

NextPageText 공개적으로 정적으로 프로퍼티

public static string NextPageText
리턴 string

NextPageTitle 공개적으로 정적으로 프로퍼티

public static string NextPageTitle
리턴 string

PreviousPageText 공개적으로 정적으로 프로퍼티

public static string PreviousPageText
리턴 string

PreviousPageTitle 공개적으로 정적으로 프로퍼티

public static string PreviousPageTitle
리턴 string

UseItemCountAsPageCount 공개적으로 정적으로 프로퍼티

public static bool UseItemCountAsPageCount
리턴 bool