IParentNode.Children
IParentNode.Children property
Returns the child elements.
public HTMLCollection Children { get; }
Property Value
The children.
See Also
- class HTMLCollection
- interface IParentNode
- namespace Aspose.Html.Dom
- assembly Aspose.HTML
Returns the child elements.
public HTMLCollection Children { get; }
The children.