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