Defines the query string parameters.
Definition
public class QueryStringParametersList
Summary
The following table summarizes the members exposed in this class.
Public Constructors
QueryStringParametersList Constructor() | Initializes a new instance of the QueryStringParametersList class. |
Public Methods
Add(string, string) | Add query string parameter. |
GetQueryStringPostfix() | Gets the query string postfix. |
Public Constructors
public QueryStringParametersList()
Initializes a new instance of the QueryStringParametersList class.
Public Methods
public void Add(string key, string value)
Add query string parameter.
Parameters
key | The key. |
value | The value. |
public string GetQueryStringPostfix()
Gets the query string postfix.