Html Library Help
Insert Method (childElements)
NamespacesHtmlElementInsert(array<Element>[]()[])
Inserts the elements at index zero and returns the updated element.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Element Insert(
	params Element[] childElements
)
Public Overridable Function Insert ( _
	ParamArray childElements As Element() _
) As Element
public:
virtual Element^ Insert(
	... array<Element^>^ childElements
)
Parameters
childElements (array< Element >[]()[])
The child elements to insert.
Return Value
The current instance with the inserted elements

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