QueryParams Type
The parameter to be used in a query request.
Remarks
This type describes a parameter that is to be used in a query request.
Fields
Name String |
This field contains the name of the parameter to be used in a Query request. |
Value String |
This field contains the value of the parameter to be used in a Query request. All specified values will be URL encoded by the component. |
Constructors
[VB.NET] Public QueryParams() [C#] public QueryParams();
[VB.NET] Public QueryParams(ByVal Name As String, ByVal Value As String) [C#] public QueryParams(string name, string value);