MarkdownSyntaxTree.Save
Save(string)
Saves the syntax tree to the specified path.
public void Save(string path)
| Parameter | Type | Description |
|---|---|---|
| path | String | The string path. |
See Also
- class MarkdownSyntaxTree
- namespace Aspose.Html.Toolkit.Markdown.Syntax
- assembly Aspose.HTML
Save(TextWriter)
Saves the syntax tree to the specified writer.
public void Save(TextWriter writer)
| Parameter | Type | Description |
|---|---|---|
| writer | TextWriter | The TextWriter. |
See Also
- class MarkdownSyntaxTree
- namespace Aspose.Html.Toolkit.Markdown.Syntax
- assembly Aspose.HTML
Save(Stream)
Saves the syntax tree to the specified stream.
public void Save(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream. |
See Also
- class MarkdownSyntaxTree
- namespace Aspose.Html.Toolkit.Markdown.Syntax
- assembly Aspose.HTML