WriteContentTo Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Saves all the children of the node to a string.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public string WriteContentTo()
Visual Basic
Public Function WriteContentTo As String
Visual C++
public:
String^ WriteContentTo()

Return Value

The saved string.

See Also