HtmlNodeItem(String, String, Boolean) Constructor
Create a new instance of the HtmlNodeItem item.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 26.2218.4544
public HtmlNodeItem(
string nodeType,
string text,
bool treatTextAsNodes
)
Public Sub New (
nodeType As String,
text As String,
treatTextAsNodes As Boolean
)
No code example is currently available or this language may not be supported.
Parameters
- nodeType String
-
The type of node to create.
- text String
-
Text to assign to the node.
- treatTextAsNodes Boolean
-
Value indicating whether node text will be treated as dedicated child
text nodes.