web_request->postParams
web_request->postParams is a member in the web_request group; call it on the receiver shown before the arrow.
Target
Signature
1web_request->postParamsweb_request->postParams is a member in the web_request group; call it on the receiver shown before the arrow.
web_request->postParams is called with member syntax on a receiver value. web_request->postParams belongs at the request or response boundary. Treat visitor input as untrusted, validate before use, and encode values before writing them into HTML.
Examples
Basic call
1web_request->postParamsThe example belongs near a request or response boundary; validate visitor input before trusting it.