Skip to content

Commit

Permalink
Added note about onAbort()
Browse files Browse the repository at this point in the history
  • Loading branch information
isapir authored Sep 4, 2024
1 parent 5fe1a80 commit d36ddbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/03.reference/02.tags/abort/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Stops processing of a page at the tag location.
CFML returns everything that was processed before the cfabort tag.

The cfabort tag is often used with conditional logic to stop processing a page when a condition occurs.

Requests that are terminated with cfabort call the Application.cfc onAbort() method instead of the onRequestEnd().

0 comments on commit d36ddbe

Please sign in to comment.