HtmlFormat Type
Generates color-coded HTML 4.01 from HTML/XML/ASPX source code.
This implementation assumes that code inside <script> blocks is JavaScript, and code inside <% %> blocks is C#.
The default tab width is set to 2 characters in this class.
Constructors
| Constructor |
Description
|
Full Usage:
HtmlFormat()
|
|
Inherited members
Inherited from
SourceFormat
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
Gets or sets the tabs width.
|
|
Enables or disables line numbers in output.
|
|
Enables or disables alternating line background.
|
|
Enables or disables the embedded CSS style sheet.
|
|
The regular expression used to capture language tokens.
|
Static members
| Static member |
Description
|
|
|
|
Gets the CSS stylesheet as a string.
|
|
FSharp.Formatting