What is CFAbort?
2363
17-May-2011
Updated on 17-Sep-2020
Anonymous User
17-May-2011ColdFusion returns to the user or calling tag everything that was processed before the cfabort tag.
You can optionally specify an error message to display using showError attribute.
The tag is often used with conditional logic to stop processing a page when a condition occurs.