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

Generate IHtmlContent from a formatted string. The page number will be used as the format argument {0}.
상속: StringContentGenerator
파일 보기 프로젝트 열기: sgjsakura/AspNetCore

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FormattedStringContentGenerator ( [ format, bool encodeText, IFormatProvider formatProvider = null ) : System

Initialize a new generator with specified parameters.

보호된 메소드들

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

When be derived, generate the content string.

메소드 상세

FormattedStringContentGenerator() 공개 메소드

Initialize a new generator with specified parameters.
is null.
public FormattedStringContentGenerator ( [ format, bool encodeText, IFormatProvider formatProvider = null ) : System
format [ The format string used to be generate the content string.
encodeText bool Whether the format result should be HTML encoded before be written to page.
formatProvider IFormatProvider /// The format provider used to generate the content string. If this parameter is null, /// will be used. ///
리턴 System

GenerateContentString() 보호된 메소드

When be derived, generate the content string.
protected GenerateContentString ( PagerItemGenerationContext context ) : string
context PagerItemGenerationContext The generation context.
리턴 string