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