You are viewing documentation for v1.0.x. Change

isPost()

Description

Returns whether the request came from a form submission or not.

Function Syntax

isPost()

Parameters

None.

Examples

<cfset requestIsPost = isPost()>