CFEXIT

Used to exit a currently executing CFML custom tag, or exit the page within a currently executing CFML custom tag or re-executes a section of a CFML custom tag.

Usage

<cfexit>

Attributes

Attribute default required summary
METHOD EXITTAG The type of CFEXIT function to perform. Valid options include "EXITTAG", "EXITTEMPLATE", "LOOP" or "REQUEST".