MarkdownParser.Parse
Parse(TextReader)
Parseer een TextReader.
public MarkdownSyntaxTree Parse(TextReader reader)
Parameter | Type | Beschrijving |
---|---|---|
reader | TextReader | De tekstlezer. |
Winstwaarde
De Markdown-syntaxisstructuur.
Zie ook
- class MarkdownSyntaxTree
- class MarkdownParser
- naamruimte Aspose.Html.Toolkit.Markdown.Syntax.Parser
- montage Aspose.HTML
Parse(Stream)
Parseren van Stream.
public MarkdownSyntaxTree Parse(Stream stream)
Parameter | Type | Beschrijving |
---|---|---|
stream | Stream | De stroom. |
Winstwaarde
De Markdown-syntaxisstructuur.
Zie ook
- class MarkdownSyntaxTree
- class MarkdownParser
- naamruimte Aspose.Html.Toolkit.Markdown.Syntax.Parser
- montage Aspose.HTML
Parse(string)
Prase uit de tekenreekscontext.
public MarkdownSyntaxTree Parse(string content)
Parameter | Type | Beschrijving |
---|---|---|
content | String | De tekenreeksinhoud. |
Winstwaarde
De Markdown-syntaxisstructuur.
Zie ook
- class MarkdownSyntaxTree
- class MarkdownParser
- naamruimte Aspose.Html.Toolkit.Markdown.Syntax.Parser
- montage Aspose.HTML