In This Topic
The body of the request to send to the server if the RequestMethod is POST.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property RequestBody As String
[CanBeNull()]
public string RequestBody {get; set;}
[CanBeNull()]
public:
property String^ RequestBody {
String^ get();
void set ( String^ value);
}
See Also