This documentation is archived and is not being maintained.

CompiledBindableTemplateBuilder::ExtractValues Method

This API supports the .NET Framework 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.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual IOrderedDictionary^ ExtractValues(
	Control^ container
) sealed

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::IOrderedDictionary
An 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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: