RequestData Property
The request data to process.
Syntax
[VB.NET] Public Property RequestData As String
[C#] public string RequestData {get; set;}
Remarks
This property specifies the data to be processed. Additional options for reading the request are discussed in the ProcessRequest method.
Call ProcessRequest to process the data.
This property is not available at design time.
Default Value
""