Element.Children

Element.Children property

Returns the child elements of current element.

public HTMLCollection Children { get; }

Property Value

The children collection

See Also