HtmlSanitizer by Michael Ganss

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

 RemovingCommentEventArgs

Provides data for the RemovingComment event.
using AngleSharp.Dom; using System.ComponentModel; using System.Runtime.CompilerServices; namespace Ganss.Xss { [System.Runtime.CompilerServices.NullableContext(1)] [System.Runtime.CompilerServices.Nullable(0)] public class RemovingCommentEventArgs : CancelEventArgs { public IComment Comment { get; set; } = comment; public RemovingCommentEventArgs(IComment comment) { } } }