AngleSharp by AngleSharp

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

.NET API 1,214,976 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 { } }