Node.COMMENT_NODE

Node.COMMENT_NODE field

A Comment node, such as <!– … –>.

public const ushort COMMENT_NODE;

Remarks

Reference:

DOM Standard - defines a platform-neutral model for events, aborting activities, and node trees.DOM Standard (DOM) # interface-node.GitHub - repository hosts the DOM Standard.

See Also