Back
isPost()
Returns whether the request came from a form POST
submission or not.
requestIsPost = isPost();
Copied!