Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
newtelligence
DasBlog
Util
Html
HtmlFormatter
C# Class newtelligence.DasBlog.Util.Html.HtmlFormatter
Datei anzeigen
Open project: AArnott/dasblog
Class Usage Examples
Public Methods
Method
Description
Format
(
string
input
,
TextWriter
output
,
HtmlFormatterOptions
options
) :
void
Private Methods
Method
Description
HtmlFormatter
( ) :
System
Method Details
Format()
public
method
public
Format
(
string
input
,
TextWriter
output
,
HtmlFormatterOptions
options
) :
void
input
string
output
System.IO.TextWriter
options
HtmlFormatterOptions
return
void