QueryParam Type
A query parameter to send in the request.
Remarks
This type represents a query parameter to send in the request.
Fields
Name String |
The name of the query parameter. This property specifies the name of the query parameter. |
Value String |
The value of the query parameter. This property specifies the value of the query parameter. The component will automatically URL-encode this value when sending the request. |
Constructors
constructor Create();
constructor Create(valName: String; valValue: String);