The ParameterList type exposes the following members.

Constructors

  NameDescription
Public methodParameterList
Initializes a new instance of the ParameterList class

Methods

  NameDescription
Public methodAdd(QueryParameter)
Adds specified query parameter to this collection.
Public methodAdd(String, String)
Adds new query parameter with specified name and value to this collection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets value of the parameter by name.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Parses specified query string and creates parameter collection.
Public methodRemove
Removes all parameters with specified name.
Public methodRender
Renders parameter list to string in url format ("name=value&name2=value2").
Public methodRenderAsHeader
Renders parameter list to string in http header format ("name=value,name2=value2").
Public methodSortByName
Sorts paramaters by name.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of parameters in this collection.
Public propertyItem
Gets parameter by name.

See Also