Gets an ordered collection of System.Web.UI.WebControls.Parameter object names and their corresponding values currently contained by the collection.
- context
The current System.Web.HttpRequest that the System.Web.UI.WebControls.Parameter binds to.
- control
The System.Web.UI.Control instance that is passed to each parameter's ControlParameter.Evaluate(System.Web.HttpContext, System.Web.UI.Control) method.
![]()
An System.Collections.Specialized.IOrderedDictionary of name/value pairs.
The control parameter is used by System.Web.UI.WebControls.Parameter objects contained in the collection to retrieve the System.Web.UI.Page and current System.Web.HttpRequest object that the System.Web.UI.WebControls.Parameter object binds to.
Because the System.Collections.Specialized.IOrderedDictionary object must have uniquely named entries but the System.Web.UI.WebControls.ParameterCollection collection does not require or guarantee unique System.Web.UI.WebControls.Parameter object names, the implementation of this method appends a number to the end of each Parameter.Name property to ensure uniqueness in the returned collection.