CodeCharge Studio |
All C#.NET VB.NET |
| Property | Description |
|---|---|
| public object Item | Gets an Item at the specified index or value in the collection. In C#, this property is the indexer for the LinkParameterCollection class |
| Property | Description |
|---|---|
| public void Add(string value,string text) | Append an item to the end of the collection. |
| public string ToString() | Return the string representation of current collection for using in Uri. |
| public string ToString(string preserve, string removeList) | Return the string representation of current collection for using in Uri. Preserve parameter from QueryString or Form collection is will added to resulting string. The possible values of preserve parameters: "All","POST" or "GET". The removeList parameter is a semicolon-separated list of parameters, which will be removed from preserved parameters |