Html Library Help
Children Property
NamespacesHtmlElementChildren
Gets the child elements.
Declaration Syntax
C#Visual BasicVisual C++
public List<Element> Children { get; }
Public ReadOnly Property Children As List(Of Element)
public:
property List<Element^>^ Children {
	List<Element^>^ get ();
}
Value
The child elements.

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)