Interface IMarkupFormattable
- Namespace
- AngleSharp
- Assembly
- AngleSharp.dll
Allows basic serialization.
public interface IMarkupFormattable
- Extension Methods
Methods
ToHtml(TextWriter, IMarkupFormatter)
Writes the serialization of the node guided by the formatter.
void ToHtml(TextWriter writer, IMarkupFormatter formatter)
Parameters
writer
TextWriterThe output target of the serialization.
formatter
IMarkupFormatterThe formatter to use.