ParseChildrenAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the ParseChildrenAttribute class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ParseChildrenAttribute() | Initializes a new instance of the ParseChildrenAttribute class. |
![]() | ParseChildrenAttribute(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. |
![]() | ParseChildrenAttribute(Boolean, String^) | Initializes a new instance of the ParseChildrenAttribute class using the childrenAsProperties and defaultProperty parameters. |
![]() | ParseChildrenAttribute(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. |
Show:
