CFSWITCH

Evaluates a specified expression. Parent tag of CFCASE and CFDEFAULTCASE

Usage

<cfswitch> ... </cfswitch>

Attributes

Attribute default required summary
EXPRESSION The expression to be evaluated by the CFSWITCH tag
BREAK true Flag to determine if a match is found whether or not to stop when found, or drop through to the next one if set to false.