This component aborts processing of the currently executing custom tag, exits the page within the currently executing custom tag, or re-executes a section of code within the currently executing custom tag.
<bx:Exit method=[string] />
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
method |
string |
false |
The method to use for exiting (exitTag, exitTemplate, loop) | exitTag |
<bx:Exit method=[string] />