Interface IComment
- Namespace
- AngleSharp.Dom
- Assembly
- AngleSharp.dll
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.
[DomName("Comment")]
public interface IComment : ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode
- Inherited Members
- Extension Methods