Contents

cfexit

Description

Used to: Abort the processing of the currently executing CFML custom tag, exit the template within the currently executing CFML custom tag and reexecute a section of code within the currently executing CFML custom tag

Category

Other

Implemented

Usage Syntax

<cfexit  [method="String"]/>

[] = Optional attribute

Attributes

Name Type Required Default Description
method String No

Example Usage