AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 IComment

The Comment interface represents textual notations within markup; although it is generally not visually shown, such comments are available to be read in the source view.
using AngleSharp.Attributes; namespace AngleSharp.Dom { [DomName("Comment")] public interface IComment : ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode { } }