Table of Contents

Interface IStyleFormattable

Namespace
AngleSharp
Assembly
AngleSharp.dll

Allows basic serialization.

public interface IStyleFormattable
Extension Methods

Methods

ToCss(TextWriter, IStyleFormatter)

Writes the serialization of the node guided by the formatter.

void ToCss(TextWriter writer, IStyleFormatter formatter)

Parameters

writer TextWriter

The output target of the serialization.

formatter IStyleFormatter

The formatter to use.