ConsoleUtils WriteMarkupContentAsHTML Method (TextWriter, String, Encoding, Char, Char, String, String, String, ConsoleColor, ConsoleColor)NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.IO
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static void WriteMarkupContentAsHTML(
	TextWriter output,
	string content,
	Encoding encoding = null,
	char open = '<',
	char close = '>',
	string mkpPRE = "pre",
	string mkpCssForeColorPrefix = "conForeColor_",
	string mkpCssBackColorPrefix = "conBackColor_",
	ConsoleColor defaultForeColor = ConsoleColor.White,
	ConsoleColor defaultBackColor = ConsoleColor.Black
)
See Also