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