<cfelse>
What it does
The cfelse tag is used within a cfif to specify an action to take in the event that all if and elseif cases prove to be false.
The tag does not use an end tag and should be placed after all elsif's within the cfif block.
Attributes
End Tag: Forbidden
|