Variable CSPRequest::ContentType
Description:
Contains the content type of the posted data from the client.
 |
Prototype
CSPString ContentType;
Remarks:
If no data is posted this string is empty. Usually the content type is "application/x-www-form-urlencoded" or "multipart/form-data".
|
|