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