Converter.ConvertMarkdown
内容
[
隐藏
]ConvertMarkdown(Stream, string)
将 Markdown 源代码转换为 html。结果是HTMLDocument.
public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri)
| 范围 | 类型 | 描述 |
|---|---|---|
| stream | Stream | 转换源。 |
| baseUri | String | 文档的基本 URI。它将与当前目录路径组合成一个绝对URL。 |
返回值
转换结果HTMLDocument.
也可以看看
- class HTMLDocument
- class Converter
- 命名空间 Aspose.Html.Converters
- 部件 Aspose.HTML
ConvertMarkdown(Stream, string, Configuration)
将 Markdown 源代码转换为 html。结果是HTMLDocument.
public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri,
Configuration configuration)
| 范围 | 类型 | 描述 |
|---|---|---|
| stream | Stream | 转换源。 |
| baseUri | String | 文档的基本 URI。它将与当前目录路径组合成一个绝对URL。 |
| configuration | Configuration | 环境配置。 |
返回值
转换结果HTMLDocument.
也可以看看
- class HTMLDocument
- class Configuration
- class Converter
- 命名空间 Aspose.Html.Converters
- 部件 Aspose.HTML
ConvertMarkdown(Stream, string, string)
将 Markdown 源代码转换为 html。结果是 html 文件.
public static void ConvertMarkdown(Stream stream, string baseUri, string outputPath)
| 范围 | 类型 | 描述 |
|---|---|---|
| stream | Stream | 转换源。 |
| baseUri | String | 文档的基本 URI。它将与当前目录路径组合成一个绝对URL。 |
| outputPath | String | 输出文件路径。 |
也可以看看
- class Converter
- 命名空间 Aspose.Html.Converters
- 部件 Aspose.HTML
ConvertMarkdown(Stream, string, Configuration, string)
将 Markdown 源代码转换为 html。结果是 html 文件.
public static void ConvertMarkdown(Stream stream, string baseUri, Configuration configuration,
string outputPath)
| 范围 | 类型 | 描述 |
|---|---|---|
| stream | Stream | 转换源。 |
| baseUri | String | 文档的基本 URI。它将与当前目录路径组合成一个绝对URL。 |
| configuration | Configuration | 环境配置。 |
| outputPath | String | 输出文件路径。 |
也可以看看
- class Configuration
- class Converter
- 命名空间 Aspose.Html.Converters
- 部件 Aspose.HTML
ConvertMarkdown(string)
将 Markdown 源代码转换为 html。结果是HTMLDocument.
public static HTMLDocument ConvertMarkdown(string sourcePath)
| 范围 | 类型 | 描述 |
|---|---|---|
| sourcePath | String | 源 Markdown 文件的路径。它将与当前目录路径组合成一个绝对URL。 |
返回值
转换结果HTMLDocument.
也可以看看
- class HTMLDocument
- class Converter
- 命名空间 Aspose.Html.Converters
- 部件 Aspose.HTML
ConvertMarkdown(string, Configuration)
将 Markdown 源代码转换为 html。结果是HTMLDocument.
public static HTMLDocument ConvertMarkdown(string sourcePath, Configuration configuration)
| 范围 | 类型 | 描述 |
|---|---|---|
| sourcePath | String | 源 Markdown 文件的路径。它将与当前目录路径组合成一个绝对URL。 |
| configuration | Configuration | 环境配置。 |
返回值
转换结果HTMLDocument.
也可以看看
- class HTMLDocument
- class Configuration
- class Converter
- 命名空间 Aspose.Html.Converters
- 部件 Aspose.HTML
ConvertMarkdown(string, string)
将 Markdown 源代码转换为 html。结果是 html 文件.
public static void ConvertMarkdown(string sourcePath, string outputPath)
| 范围 | 类型 | 描述 |
|---|---|---|
| sourcePath | String | 源 Markdown 文件的路径。它将与当前目录路径组合成一个绝对URL。 |
| outputPath | String | 输出文件路径。 |
也可以看看
- class Converter
- 命名空间 Aspose.Html.Converters
- 部件 Aspose.HTML
ConvertMarkdown(string, Configuration, string)
将 Markdown 源代码转换为 html。结果是 html 文件.
public static void ConvertMarkdown(string sourcePath, Configuration configuration,
string outputPath)
| 范围 | 类型 | 描述 |
|---|---|---|
| sourcePath | String | 源 Markdown 文件的路径。它将与当前目录路径组合成一个绝对URL。 |
| configuration | Configuration | 环境配置。 |
| outputPath | String | 输出文件路径。 |
也可以看看
- class Configuration
- class Converter
- 命名空间 Aspose.Html.Converters
- 部件 Aspose.HTML