The QueryData type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
QueryData |
Initialises a new instance of the QueryData class, with no name/value pairs.
| |
QueryData(String) |
Initialises a new instance of the QueryData class by parsing a URL encoded string
| |
QueryData(IntPtr, Boolean) |
For internal use only. Of no interest to the user.
|
Methods
Name | Description | |
---|---|---|
Add(String, QueryData) |
Adds a name/value pair to the end of the list,
using a value extracted from another QueryData object.
| |
Add(String, String) |
Adds a name/value pair to the end of the list.
| |
Clear |
Removes all of the name/value pairs from the list.
| |
Dispose | Releases all resources used by the QueryData | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
Gets the NameValuePair at the specified index in the list.
| |
getCPtr |
For internal use only. Of no interest to the user.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNameCount |
Gets the number of name/value pairs in the list that have the specified name.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue(String) |
Gets the value of the first name/value pair in the list that has the specified name.
| |
GetValue(String, Int32) |
Gets the value of the nth name/value pair in the list that has the specified name.
| |
Insert(String, QueryData, Int32) |
Inserts a name/value pair into the list at the specified index,
using a value extracted from another QueryData object.
| |
Insert(String, String, Int32) |
Inserts a name/value pair into the list at the specified index.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(String) |
Removes the first item in the list with the specified name.
| |
Remove(String, Int32) |
Removes the nth item in the list with the specified name.
| |
Remove(String, String) |
Removes the first item in the list with the specified name and value.
| |
Remove(String, String, Int32) |
Removes the nth item in the list with the specified name and value.
| |
SetValue(String, String) |
Sets the value of the first name/value pair in the list that has the specified name.
| |
SetValue(String, String, Int32) |
Sets the value of the nth name/value pair in the list that has the specified name.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of name/value pairs in the list.
|
See Also