C# Класс MvcPaging.PagerOptions.Defaults

The static Defaults class allows you to set Pager defaults for the entire application. Set values at application startup.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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