How to get all comment tags from html string using AngleSharp?

Viewed 961

How would one go about finding all comment tags from HTML string using AngleSharp. The comments could be single as well as multiple lines.

<!-- Single line comment. -->

<!-- Multi-
ple line comment.
Lots      '""' '  "  ` ~ |}{556             of      !@#$%^&*())        lines
in
this
comme-
nt! -->
1 Answers
Related