Converter.ConvertMarkdown

ConvertMarkdown(Stream, string)

Converteer Markdown-bron naar html. Resultaat isHTMLDocument .

public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri)
ParameterTypeBeschrijving
streamStreamConversie bron.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.

Winstwaarde

Conversie resultaatHTMLDocument.

Zie ook


ConvertMarkdown(Stream, string, Configuration)

Converteer Markdown-bron naar html. Resultaat isHTMLDocument .

public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri, 
    Configuration configuration)
ParameterTypeBeschrijving
streamStreamConversie bron.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.

Winstwaarde

Conversie resultaatHTMLDocument.

Zie ook


ConvertMarkdown(Stream, string, string)

Converteer Markdown-bron naar html. Resultaat is html-bestand.

public static void ConvertMarkdown(Stream stream, string baseUri, string outputPath)
ParameterTypeBeschrijving
streamStreamConversie bron.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
outputPathStringUitvoer bestandspad.

Zie ook


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)
ParameterTypeBeschrijving
streamStreamConversie bron.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMarkdown(string)

Converteer Markdown-bron naar html. Resultaat isHTMLDocument .

public static HTMLDocument ConvertMarkdown(string sourcePath)
ParameterTypeBeschrijving
sourcePathStringPad naar het Markdown-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.

Winstwaarde

Conversie resultaatHTMLDocument.

Zie ook


ConvertMarkdown(string, Configuration)

Converteer Markdown-bron naar html. Resultaat isHTMLDocument .

public static HTMLDocument ConvertMarkdown(string sourcePath, Configuration configuration)
ParameterTypeBeschrijving
sourcePathStringPad naar het Markdown-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.

Winstwaarde

Conversie resultaatHTMLDocument.

Zie ook


ConvertMarkdown(string, string)

Converteer Markdown-bron naar html. Resultaat is html-bestand.

public static void ConvertMarkdown(string sourcePath, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar het Markdown-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMarkdown(string, Configuration, string)

Converteer Markdown-bron naar html. Resultaat is html-bestand.

public static void ConvertMarkdown(string sourcePath, Configuration configuration, 
    string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar het Markdown-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
outputPathStringUitvoer bestandspad.

Zie ook