FieldTemplateUserControl.IBindableControl.ExtractValues Method (IOrderedDictionary)

 

Retrieves a set of name/value pairs to implement two-way data-binding in field template controls.

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

private abstract ExtractValues : 
        dictionary:IOrderedDictionary -> unit
private override ExtractValues : 
        dictionary:IOrderedDictionary -> unit

Parameters

dictionary
Type: System.Collections.Specialized.IOrderedDictionary

The dictionary that contains name/values pairs.

.NET Framework
Available since 3.5
Return to top
Show: