Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 750 Bytes

File metadata and controls

23 lines (15 loc) · 750 Bytes

Component: Exit

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.

Component Signature

<bx:Exit method=[string] />

Attributes

Atrribute Type Required Description Default
method string false The method to use for exiting (exitTag, exitTemplate, loop) exitTag

Examples

<bx:Exit method=[string] />