Property | Type | Description |
---|
Method | Description | |
---|---|---|
GenerateContent ( PagerItemGenerationContext context ) : IHtmlContent |
Generate the content for a specified pager item.
|
Method | Description | |
---|---|---|
GenerateContentString ( PagerItemGenerationContext context ) : string |
When be derived, generate the content string.
|
|
StringContentGenerator ( bool encodeText ) : JetBrains.Annotations |
Initialize a new generator with specified information.
|
public GenerateContent ( PagerItemGenerationContext context ) : IHtmlContent | ||
context | PagerItemGenerationContext | The generation context. |
return | IHtmlContent |
protected abstract GenerateContentString ( PagerItemGenerationContext context ) : string | ||
context | PagerItemGenerationContext | The generation context. |
return | string |
protected StringContentGenerator ( bool encodeText ) : JetBrains.Annotations | ||
encodeText | bool | /// Indicate that whether the generated string content should be HTML encoded before be written to /// page. /// |
return | JetBrains.Annotations |