CodeCharge Studio All C#.NET VB.NET

public class LinkParameterCollection:NameObjectCollectionBase (.NET)

A collection of parameters for Link controls.

Properties

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

Methods

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


On-line, printable versions and updates