Variable CSPRequest::Form
Description:
This class contains the values for a given parameter that is sent by the client as posted data.
 |
Prototype
CSPParamSet Form;
Remarks:
See class CSPParamSet.
Examples:
CSPString strUsername = Request.Form( "username" )( 0 );
|
|