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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomStringContentGenerator ( string>.[ stringContentGenerator, bool encodeText ) : System

Initialize a new instance of CustomStringContentGenerator.

보호된 메소드들

메소드 설명
GenerateContentString ( PagerItemGenerationContext context ) : string

Generate the content string.

메소드 상세

CustomStringContentGenerator() 공개 메소드

Initialize a new instance of CustomStringContentGenerator.
is null.
public CustomStringContentGenerator ( string>.[ stringContentGenerator, bool encodeText ) : System
stringContentGenerator string>.[ The string generator callback delegate.
encodeText bool Whether the format result should be HTML encoded before be written to page.
리턴 System

GenerateContentString() 보호된 메소드

Generate the content string.
protected GenerateContentString ( PagerItemGenerationContext context ) : string
context PagerItemGenerationContext The generation context.
리턴 string