C# 클래스 Sakura.AspNetCore.Mvc.Generators.SimpleLinkGenerator

Generate a link url from a simple string.
상속: IPagerItemLinkGenerator
파일 보기 프로젝트 열기: sgjsakura/AspNetCore

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