Lucee Function Reference
render()
Similar to the Evaluate() function, this function executes Lucee tag code that you provide as a string and returns any output as a string.
Example
render(string code):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| code | string | Yes |