System.Web.UI.ExtractTemplateValuesMethod Delegate

Provides a delegate with which ASP.NET extracts a set of name/value pairs from an System.Web.UI.IBindableTemplate object at run time. This class cannot be inherited.

Syntax

public delegate System.Collections.Specialized.IOrderedDictionary ExtractTemplateValuesMethod (Control control)

Parameters

control
Documentation for this section has not yet been entered.

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.UI.ExtractTemplateValuesMethod delegate is used by ASP.NET and is not meant to be used directly from your code.

This delegate is used by the System.Web.UI.CompiledBindableTemplateBuilder class, which is the default implementation of the System.Web.UI.IBindableTemplate interface that ASP.NET generates when the ASP.NET parser encounters two-way data-binding within templated content.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0