Return to v2.3 docs

isPost()


Controller Miscellaneous Functions boolean controller


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

requestIsPost = isPost();

Related Functions

Miscellaneous Functions