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
TextWriterThe output target of the serialization.
formatter
IStyleFormatterThe formatter to use.