Method | Description | |
---|---|---|
Add ( string key, object value ) : void |
Adds the specified name/object pair to the querystring
|
|
ToPostData ( ) : string |
Returns the constructed form post data (no leading ?)
|
|
ToQuerystring ( ) : string |
Returns the constructed querystring, including the leading ?
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
public Add ( string key, object value ) : void | ||
key | string | The key. |
value | object | The value. |
return | void |