Return to v2.5.0 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