Save Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodSave(Stream)
Saves the HTML document to the specified stream.
Public methodSave(StreamWriter)
Saves the HTML document to the specified StreamWriter.
Public methodSave(TextWriter)
Saves the HTML document to the specified TextWriter.
Public methodSave(String)
Saves the mixed document to the specified file.
Public methodSave(XmlWriter)
Saves the HTML document to the specified XmlWriter.
Public methodSave(Stream, Encoding)
Saves the HTML document to the specified stream.
Public methodSave(String, Encoding)
Saves the mixed document to the specified file.

See Also