ParseChildrenAttribute Constructor

 

Initializes a new instance of the ParseChildrenAttribute class.

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

NameDescription
System_CAPS_pubmethodParseChildrenAttribute()

Initializes a new instance of the ParseChildrenAttribute class.

System_CAPS_pubmethodParseChildrenAttribute(Boolean)

Initializes a new instance of the ParseChildrenAttribute class using the ChildrenAsProperties property to determine if the elements that are contained within a server control are parsed as properties of the server control.

System_CAPS_pubmethodParseChildrenAttribute(Boolean, String^)

Initializes a new instance of the ParseChildrenAttribute class using the childrenAsProperties and defaultProperty parameters.

System_CAPS_pubmethodParseChildrenAttribute(Type^)

Initializes a new instance of the ParseChildrenAttribute class using the ChildControlType property to determine which elements that are contained within a server control are parsed as controls.

Return to top
Show: