IComment
public interface IComment : ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode
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
{
}
}