- Namespace
- Statiq
.Common - Base Types
-
- object
Syntax
public static class IElementExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| FormattedInnerHtml |
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
|
| FormattedOuterHtml |
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
|