HtmlNodeWriteContentTo Method  | 
 
            Saves all the children of the node to a string.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic string WriteContentTo()
Public Function WriteContentTo As String
Return Value
Type: 
StringThe saved string.
See Also