Converter.ConvertMarkdown
inhoud
[
verbergen
]ConvertMarkdown(Stream, string)
Converteer Markdown-bron naar html. Resultaat isHTMLDocument .
public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | Stream | Conversie bron. |
| baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
Winstwaarde
Conversie resultaatHTMLDocument.
Zie ook
- class HTMLDocument
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertMarkdown(Stream, string, Configuration)
Converteer Markdown-bron naar html. Resultaat isHTMLDocument .
public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri,
Configuration configuration)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | Stream | Conversie bron. |
| baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
| configuration | Configuration | De omgevingsconfiguratie. |
Winstwaarde
Conversie resultaatHTMLDocument.
Zie ook
- class HTMLDocument
- class Configuration
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertMarkdown(Stream, string, string)
Converteer Markdown-bron naar html. Resultaat is html-bestand.
public static void ConvertMarkdown(Stream stream, string baseUri, string outputPath)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | Stream | Conversie bron. |
| baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
| outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertMarkdown(Stream, string, Configuration, string)
Converteer Markdown-bron naar html. Resultaat is html-bestand.
public static void ConvertMarkdown(Stream stream, string baseUri, Configuration configuration,
string outputPath)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | Stream | Conversie bron. |
| baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
| configuration | Configuration | De omgevingsconfiguratie. |
| outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertMarkdown(string)
Converteer Markdown-bron naar html. Resultaat isHTMLDocument .
public static HTMLDocument ConvertMarkdown(string sourcePath)
| Parameter | Type | Beschrijving |
|---|---|---|
| sourcePath | String | Pad naar het Markdown-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
Winstwaarde
Conversie resultaatHTMLDocument.
Zie ook
- class HTMLDocument
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertMarkdown(string, Configuration)
Converteer Markdown-bron naar html. Resultaat isHTMLDocument .
public static HTMLDocument ConvertMarkdown(string sourcePath, Configuration configuration)
| Parameter | Type | Beschrijving |
|---|---|---|
| sourcePath | String | Pad naar het Markdown-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
| configuration | Configuration | De omgevingsconfiguratie. |
Winstwaarde
Conversie resultaatHTMLDocument.
Zie ook
- class HTMLDocument
- class Configuration
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertMarkdown(string, string)
Converteer Markdown-bron naar html. Resultaat is html-bestand.
public static void ConvertMarkdown(string sourcePath, string outputPath)
| Parameter | Type | Beschrijving |
|---|---|---|
| sourcePath | String | Pad naar het Markdown-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
| outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertMarkdown(string, Configuration, string)
Converteer Markdown-bron naar html. Resultaat is html-bestand.
public static void ConvertMarkdown(string sourcePath, Configuration configuration,
string outputPath)
| Parameter | Type | Beschrijving |
|---|---|---|
| sourcePath | String | Pad naar het Markdown-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
| configuration | Configuration | De omgevingsconfiguratie. |
| outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML