IDocumentCreateTextNode Method  | 
 
                Returns a new Text DOM node with 
TextNode type.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
SyntaxINode CreateTextNode(
	string text = null
)
Parameters
- text (Optional)
 - Type: SystemString
the string, which will be used to initialize node value. 
Return Value
Type: 
INodethe new Text DOM node with 
TextNode type.
See Also