Click or drag to resize

MarkdownToHtmlConverterConvertToHtml Method (Stream)

Converts the given data into a HTML page. The data is interpreted as UTF8 encoded Markdown text.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public string ConvertToHtml(
	Stream source
)

Parameters

source
Type: System.IOStream
The input data.

Return Value

Type: String
A string with the HTML markup of the generated page.
See Also