AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.11" />

.NET API 1,230,848 bytes

 FormatExtensions

public static class FormatExtensions
Extensions for formatting, e.g., markup or styling.
public static string ToCss(this IStyleFormattable style)

Returns the (complete) CSS style representation of the node.

public static string ToCss(this IStyleFormattable style, IStyleFormatter formatter)

Returns the (complete) CSS style representation of the node.

public static void ToCss(this IStyleFormattable style, TextWriter writer)

Writes the serialization of the node guided by the formatter.

public static string ToHtml(this IMarkupFormattable markup)

Returns the (complete) HTML markup representation of the node.

public static string ToHtml(this IMarkupFormattable markup, IMarkupFormatter formatter)

Returns the serialization of the node guided by the formatter.

public static void ToHtml(this IMarkupFormattable markup, TextWriter writer)

Writes the serialization of the node guided by the formatter.