ExtractTemplateValuesMethod Delegate
Provides a delegate with which ASP.NET extracts a set of name/value pairs from an IBindableTemplate object at run time. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
Parameters
- control
- 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. This parameter corresponds to the control parameter passed by the IBindableTemplate::ExtractValues(Control) method.
Return Value
Type: System.Collections.Specialized::IOrderedDictionaryAn IOrderedDictionary of name/value pairs used in two-way, templated data-binding scenarios between ASP.NET data-bound controls and data source controls.
The ExtractTemplateValuesMethod delegate is used by ASP.NET and is not meant to be used directly from your code.
This delegate is used by the CompiledBindableTemplateBuilder class, which is the default implementation of the IBindableTemplate interface that ASP.NET generates when the ASP.NET parser encounters two-way data-binding within templated content.
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.