AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-278" />

.NET API 887,296 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 { } }