Initializes a new instance of the
Element class.

Declaration Syntax
public Element(
string tagName,
string nameValuePairsSeparatedByAnEqualsSign,
params Element[] childElements
)
Public Sub New ( _
tagName As String, _
nameValuePairsSeparatedByAnEqualsSign As String, _
ParamArray childElements As Element() _
)
public:
Element(
String^ tagName,
String^ nameValuePairsSeparatedByAnEqualsSign,
... array<Element^>^ childElements
)

Parameters
- tagName (String)
- Name of the tag.
- nameValuePairsSeparatedByAnEqualsSign (String)
- The name value pair separated by an
equals sign. eg: height=520px;width=100%;border=0;
- childElements (array<
Element
>[]()[])
- The child elements that will be appended to the element being created.
Assembly:
Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)