ParameterCollection.GetValues(HttpContext, Control) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an ordered collection of Parameter object names and their corresponding values currently contained by the collection.
public:
System::Collections::Specialized::IOrderedDictionary ^ GetValues(System::Web::HttpContext ^ context, System::Web::UI::Control ^ control);
public System.Collections.Specialized.IOrderedDictionary GetValues(System.Web.HttpContext context, System.Web.UI.Control control);
member this.GetValues : System.Web.HttpContext * System.Web.UI.Control -> System.Collections.Specialized.IOrderedDictionary
Public Function GetValues (context As HttpContext, control As Control) As IOrderedDictionary
- context
- HttpContext
The current HttpRequest that the Parameter binds to.
- control
- Control
The Control instance that is passed to each parameter's Evaluate(HttpContext, Control) method.
An IOrderedDictionary of name/value pairs.
The control
parameter is used by Parameter objects contained in the collection to retrieve the Page and current HttpRequest object that the Parameter object binds to.
Because the IOrderedDictionary object must have uniquely named entries but the ParameterCollection collection does not require or guarantee unique Parameter object names, the implementation of this method appends a number to the end of each Name property to ensure uniqueness in the returned collection.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: