MarkdownSyntaxTree.Save

Save(string)

Saves the syntax tree to the specified path.

public void Save(string path)
ParameterTypeDescription
pathStringThe string path.

See Also


Save(TextWriter)

Saves the syntax tree to the specified writer.

public void Save(TextWriter writer)
ParameterTypeDescription
writerTextWriterThe TextWriter.

See Also


Save(Stream)

Saves the syntax tree to the specified stream.

public void Save(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

See Also