CompiledBindableTemplateBuilder.ExtractValues Method (Control)
This API supports the product infrastructure and is not intended to be used directly from your code.
Retrieves a set of name/value pairs for values bound using two-way ASP.NET data-binding syntax within the templated content.
Assembly: System.Web (in System.Web.dll)
abstract ExtractValues : container:Control -> IOrderedDictionary override ExtractValues : container:Control -> IOrderedDictionary
Parameters
- container
-
Type:
System.Web.UI.Control
The Control from which to extract name/value pairs, which are passed by the data-bound control to an associated data source control in two-way data-binding scenarios.
Return Value
Type: System.Collections.Specialized.IOrderedDictionaryAn IOrderedDictionary of name/value pairs. The name represents the name of the data item field specified as the first parameter to bind within templated content. The value is the current value of a property value bound using two-way ASP.NET data-binding syntax.
Implements
IBindableTemplate.ExtractValues(Control)The ExtractValues method is the CompiledBindableTemplateBuilder class's implementation of the IBindableTemplate.ExtractValues(Control) method.
Available since 2.0