Converter.ConvertMarkdown
Contenu
[
Cacher
]ConvertMarkdown(Stream, string)
Convertir la source Markdown en html. Le résultat estHTMLDocument .
public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri)
| Paramètre | Taper | La description |
|---|---|---|
| stream | Stream | Source de conversion. |
| baseUri | String | URI de base du document. Il sera combiné avec le chemin du répertoire actuel pour former une URL absolue. |
Return_Value
Résultat de conversionHTMLDocument.
Voir également
- class HTMLDocument
- class Converter
- espace de noms Aspose.Html.Converters
- Assemblée Aspose.HTML
ConvertMarkdown(Stream, string, Configuration)
Convertir la source Markdown en html. Le résultat estHTMLDocument .
public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri,
Configuration configuration)
| Paramètre | Taper | La description |
|---|---|---|
| stream | Stream | Source de conversion. |
| baseUri | String | URI de base du document. Il sera combiné avec le chemin du répertoire actuel pour former une URL absolue. |
| configuration | Configuration | La configuration de l’environnement. |
Return_Value
Résultat de conversionHTMLDocument.
Voir également
- class HTMLDocument
- class Configuration
- class Converter
- espace de noms Aspose.Html.Converters
- Assemblée Aspose.HTML
ConvertMarkdown(Stream, string, string)
Convertir la source Markdown en html. Le résultat est un fichier html.
public static void ConvertMarkdown(Stream stream, string baseUri, string outputPath)
| Paramètre | Taper | La description |
|---|---|---|
| stream | Stream | Source de conversion. |
| baseUri | String | URI de base du document. Il sera combiné avec le chemin du répertoire actuel pour former une URL absolue. |
| outputPath | String | Chemin du fichier de sortie. |
Voir également
- class Converter
- espace de noms Aspose.Html.Converters
- Assemblée Aspose.HTML
ConvertMarkdown(Stream, string, Configuration, string)
Convertir la source Markdown en html. Le résultat est un fichier html.
public static void ConvertMarkdown(Stream stream, string baseUri, Configuration configuration,
string outputPath)
| Paramètre | Taper | La description |
|---|---|---|
| stream | Stream | Source de conversion. |
| baseUri | String | URI de base du document. Il sera combiné avec le chemin du répertoire actuel pour former une URL absolue. |
| configuration | Configuration | La configuration de l’environnement. |
| outputPath | String | Chemin du fichier de sortie. |
Voir également
- class Configuration
- class Converter
- espace de noms Aspose.Html.Converters
- Assemblée Aspose.HTML
ConvertMarkdown(string)
Convertir la source Markdown en html. Le résultat estHTMLDocument .
public static HTMLDocument ConvertMarkdown(string sourcePath)
| Paramètre | Taper | La description |
|---|---|---|
| sourcePath | String | Chemin d’accès au fichier Markdown source. Il sera combiné avec le chemin du répertoire actuel pour former une URL absolue. |
Return_Value
Résultat de conversionHTMLDocument.
Voir également
- class HTMLDocument
- class Converter
- espace de noms Aspose.Html.Converters
- Assemblée Aspose.HTML
ConvertMarkdown(string, Configuration)
Convertir la source Markdown en html. Le résultat estHTMLDocument .
public static HTMLDocument ConvertMarkdown(string sourcePath, Configuration configuration)
| Paramètre | Taper | La description |
|---|---|---|
| sourcePath | String | Chemin d’accès au fichier Markdown source. Il sera combiné avec le chemin du répertoire actuel pour former une URL absolue. |
| configuration | Configuration | La configuration de l’environnement. |
Return_Value
Résultat de conversionHTMLDocument.
Voir également
- class HTMLDocument
- class Configuration
- class Converter
- espace de noms Aspose.Html.Converters
- Assemblée Aspose.HTML
ConvertMarkdown(string, string)
Convertir la source Markdown en html. Le résultat est un fichier html.
public static void ConvertMarkdown(string sourcePath, string outputPath)
| Paramètre | Taper | La description |
|---|---|---|
| sourcePath | String | Chemin d’accès au fichier Markdown source. Il sera combiné avec le chemin du répertoire actuel pour former une URL absolue. |
| outputPath | String | Chemin du fichier de sortie. |
Voir également
- class Converter
- espace de noms Aspose.Html.Converters
- Assemblée Aspose.HTML
ConvertMarkdown(string, Configuration, string)
Convertir la source Markdown en html. Le résultat est un fichier html.
public static void ConvertMarkdown(string sourcePath, Configuration configuration,
string outputPath)
| Paramètre | Taper | La description |
|---|---|---|
| sourcePath | String | Chemin d’accès au fichier Markdown source. Il sera combiné avec le chemin du répertoire actuel pour former une URL absolue. |
| configuration | Configuration | La configuration de l’environnement. |
| outputPath | String | Chemin du fichier de sortie. |
Voir également
- class Configuration
- class Converter
- espace de noms Aspose.Html.Converters
- Assemblée Aspose.HTML