HtmlSanitizer by Michael Ganss

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

 PostProcessDomEventArgs

Provides data for the PostProcessDom event.
using AngleSharp.Html.Dom; using System; using System.Runtime.CompilerServices; namespace Ganss.Xss { [System.Runtime.CompilerServices.NullableContext(1)] [System.Runtime.CompilerServices.Nullable(0)] public class PostProcessDomEventArgs : EventArgs { public IHtmlDocument Document { get; set; } = document; public PostProcessDomEventArgs(IHtmlDocument document) { } } }