ObjectPersistData Constructor (ControlBuilder, IDictionary)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ObjectPersistData class.

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

new : 
        builder:ControlBuilder *
        builtObjects:IDictionary -> ObjectPersistData

Parameters

builder
Type: System.Web.UI.ControlBuilder

The object for building the control.

builtObjects
Type: System.Collections.IDictionary

A collection of objects that have been built by this builder.

.NET Framework
Available since 2.0
Return to top
Show: