Constructor SimpleHTMLFormatter
SimpleHTMLFormatter(String, String)
Declaration
public SimpleHTMLFormatter(string preTag, string postTag)
Parameters
Type | Name | Description |
---|---|---|
System.String | preTag | |
System.String | postTag |
SimpleHTMLFormatter()
Default constructor uses HTML: <B> tags to markup terms
Declaration
public SimpleHTMLFormatter()