C# Класс Sakura.AspNetCore.Mvc.Generators.SimpleLinkGenerator

Generate a link url from a simple string.
Наследование: IPagerItemLinkGenerator
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GenerateLink ( PagerItemGenerationContext context ) : string

Generate the link url for the specified PagerItem.

SimpleLinkGenerator ( [ text ) : System

Initialize a new generator with specified information.

Описание методов

GenerateLink() публичный Метод

Generate the link url for the specified PagerItem.
public GenerateLink ( PagerItemGenerationContext context ) : string
context PagerItemGenerationContext The generation context.
Результат string

SimpleLinkGenerator() публичный Метод

Initialize a new generator with specified information.
is null.
public SimpleLinkGenerator ( [ text ) : System
text [ The text content.
Результат System