HtmlDocumentCreateTextNode Method (String) |
Creates an HTML text node with the specified text.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public 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