- Namespace
- Statiq
.Common - Base Types
-
- object
Syntax
public static class IMarkupFormattableExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| ToFormattedHtml |
void |
Calls
IMarkupFormattable.ToHtml using the StatiqMarkupFormatter
so that processing instructions and character references are properly handled. This should be
used for serialization when ParseHtmlAsync(IDocument, bool) is used.
static
|
| ToFormattedHtml |
string |
Calls
IMarkupFormattable.ToHtml using the StatiqMarkupFormatter
so that processing instructions and character references are properly handled. This should be
used for serialization when ParseHtmlAsync(IDocument, bool) is used.
static
|