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

Generate IHtmlContent from a custom generator.
상속: IPagerItemContentGenerator
파일 보기 프로젝트 열기: sgjsakura/AspNetCore

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomHtmlContentGenerator ( IHtmlContent>.[ htmlContentGenerator ) : System

GenerateContent ( PagerItemGenerationContext context ) : IHtmlContent

Generate the content for a specified pager item.

메소드 상세

CustomHtmlContentGenerator() 공개 메소드

is null.
public CustomHtmlContentGenerator ( IHtmlContent>.[ htmlContentGenerator ) : System
htmlContentGenerator IHtmlContent>.[ The string generator callback delegate.
리턴 System

GenerateContent() 공개 메소드

Generate the content for a specified pager item.
public GenerateContent ( PagerItemGenerationContext context ) : IHtmlContent
context PagerItemGenerationContext The generation context.
리턴 IHtmlContent