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