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

This type is used to disable link generation for a pager item.
Inheritance: IPagerItemLinkGenerator
Afficher le fichier Open project: sgjsakura/AspNetCore

Méthodes publiques

Méthode Description
GenerateLink ( PagerItemGenerationContext context ) : string

Generate the link url for the specified PagerItem.

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