Property | Type | Description |
---|
Method | Description | |
---|---|---|
CustomStringContentGenerator ( string>.[ |
Initialize a new instance of CustomStringContentGenerator.
|
Method | Description | |
---|---|---|
GenerateContentString ( PagerItemGenerationContext context ) : string |
Generate the content string.
|
public CustomStringContentGenerator ( string>.[ |
||
stringContentGenerator | string>.[ | The string generator callback delegate. |
encodeText | bool | Whether the format result should be HTML encoded before be written to page. |
return | System |
protected GenerateContentString ( PagerItemGenerationContext context ) : string | ||
context | PagerItemGenerationContext | The generation context. |
return | string |