HtmlNodeItem(String, String) Constructor
Create a new instance of the HtmlNodeItem item.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlNodeItem(
string nodeType,
string text
)
Public Sub New (
nodeType As String,
text As String
)
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.