Renders the placeholder.
This viper method also supports the extension viper syntax.
Syntax
Smartsite SXML | Copy Code |
---|---|
string this.render() string this.render(boolean allowMultipleRendering) |
Extension Viper Syntax
Smartsite SXML | Copy Code |
---|---|
string page.<id>.render() string page.<id>.render(boolean allowMultipleRendering) |
Parameters
Name | Data Type | Description |
---|---|---|
allowMultipleRendering | Boolean | If set to true multiple renderings of the placeholder is allowed. |
Return Value
Data Type | Description |
---|---|
String | The placeholder content. |
Used in
Macro | Description |
---|---|
Metadata | Provides metadata that can be included in an HTML page and forwarded to external components such as the PDF generator and Image Processor. |
PlaceHolder | Represents a datatable that can be accessed from other elements while in scope, then formatted and rendered when going out of scope. |