Retrieves a set of name/value pairs for values bound using two-way ASP.NET data-binding syntax within the templated content.
- container
The System.Web.UI.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.
![]()
An System.Collections.Specialized.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.
The CompiledBindableTemplateBuilder.ExtractValues(Control) method is the System.Web.UI.CompiledBindableTemplateBuilder class's implementation of the IBindableTemplate.ExtractValues(Control) method.