Discuss this help topic in SecureBlackbox Forum
Contains the form body.
Declaration
[VB.NET]
Property Body As String
[Pascal]
property Body : string;
[C++]
void get_Body(std::string &OutResult);
void set_Body(const std::string &Value);
[PHP]
string get_Body()
void set_Body(string $Value)
[Java]
String getBody();
void setBody(String Value);
Description
This property contains the HTTP form control body.
Discuss this help topic in SecureBlackbox Forum