C# Class Sakura.AspNetCore.Mvc.Generators.SimpleLinkGenerator

Generate a link url from a simple string.
Inheritance: IPagerItemLinkGenerator
Afficher le fichier Open project: sgjsakura/AspNetCore

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GenerateLink ( PagerItemGenerationContext context ) : string

Generate the link url for the specified PagerItem.

SimpleLinkGenerator ( [ text ) : System

Initialize a new generator with specified information.

Method Details

GenerateLink() public méthode

Generate the link url for the specified PagerItem.
public GenerateLink ( PagerItemGenerationContext context ) : string
context PagerItemGenerationContext The generation context.
Résultat string

SimpleLinkGenerator() public méthode

Initialize a new generator with specified information.
is null.
public SimpleLinkGenerator ( [ text ) : System
text [ The text content.
Résultat System