Table of Contents

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 TextWriter

The output target of the serialization.

formatter IMarkupFormatter

The formatter to use.