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.7.2.0 (4.7.2.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