HtmlSanitizer by Michael Ganss

<PackageReference Include="HtmlSanitizer" Version="8.0.692" />

 PostProcessNodeEventArgs

Provides data for the PostProcessNode event.
public IHtmlDocument Document { get; }

Gets the document.

public INode Node { get; }

Gets the DOM node to be processed.

Gets the replacement nodes. Leave empty if no replacement should occur.

Initializes a new instance of the PostProcessNodeEventArgs class.