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

This type is used to disable link generation for a pager item.
Inheritance: IPagerItemLinkGenerator
显示文件 Open project: sgjsakura/AspNetCore

Public Methods

Method Description
GenerateLink ( PagerItemGenerationContext context ) : string

Generate the link url for the specified PagerItem.

Method Details

GenerateLink() public method

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