C# Class MvcPaging.PagerOptions.Defaults

The static Defaults class allows you to set Pager defaults for the entire application. Set values at application startup.
Afficher le fichier Open project: martijnboland/MvcPaging

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Reset ( ) : void

Method Details

Reset() public static méthode

public static Reset ( ) : void
Résultat void

Property Details

AlwaysAddFirstPageNumber public_oe static_oe property

public static bool AlwaysAddFirstPageNumber
Résultat bool

DefaultPageRouteValueKey public_oe static_oe property

public static string DefaultPageRouteValueKey
Résultat string

DisplayFirstPage public_oe static_oe property

public static bool DisplayFirstPage
Résultat bool

DisplayLastPage public_oe static_oe property

public static bool DisplayLastPage
Résultat bool

DisplayTemplate public_oe static_oe property

public static string DisplayTemplate
Résultat string

FirstPageText public_oe static_oe property

public static string FirstPageText
Résultat string

FirstPageTitle public_oe static_oe property

public static string FirstPageTitle
Résultat string

LastPageText public_oe static_oe property

public static string LastPageText
Résultat string

LastPageTitle public_oe static_oe property

public static string LastPageTitle
Résultat string

MaxNrOfPages public_oe static_oe property

public static int MaxNrOfPages
Résultat int

NextPageText public_oe static_oe property

public static string NextPageText
Résultat string

NextPageTitle public_oe static_oe property

public static string NextPageTitle
Résultat string

PreviousPageText public_oe static_oe property

public static string PreviousPageText
Résultat string

PreviousPageTitle public_oe static_oe property

public static string PreviousPageTitle
Résultat string

UseItemCountAsPageCount public_oe static_oe property

public static bool UseItemCountAsPageCount
Résultat bool