IMarkupFormattable
Allows basic serialization.
using System.IO;
using System.Runtime.CompilerServices;
namespace AngleSharp
{
[System.Runtime.CompilerServices.NullableContext(1)]
public interface IMarkupFormattable
{
void ToHtml(TextWriter writer, IMarkupFormatter formatter);
}
}