HtmlDocumentCreateTextNode Method (String) |
Creates an HTML text node with the specified text.
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic HtmlTextNode CreateTextNode(
string text
)
Public Function CreateTextNode (
text As String
) As HtmlTextNode
Parameters
- text
- Type: SystemString
The text of the node. May not be null.
Return Value
Type:
HtmlTextNodeThe new HTML text node.
See Also