HTML2Markdown
Converts HTML to Markdown syntax.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Html2Markdown.Replacement.HtmlCommentReplacer Class Reference

Removes the HTML comment tag. More...

Inheritance diagram for Html2Markdown.Replacement.HtmlCommentReplacer:
Html2Markdown.Replacement.PatternReplacer Html2Markdown.Replacement.IReplacer

Public Member Functions

 HtmlCommentReplacer ()
 Initializes a new instance of the HtmlCommentReplacer class. Sets up the pattern and replacement for removing HTML comment tags.
 
- Public Member Functions inherited from Html2Markdown.Replacement.PatternReplacer
string Replace (string html)
 Replaces occurrences of the pattern in the provided HTML with the replacement string.
 
string Replace (string html)
 Replace specific matches in an HTML string.
 

Additional Inherited Members

- Properties inherited from Html2Markdown.Replacement.PatternReplacer
string Pattern [get]
 Gets the pattern to match in the HTML.
 
string Replacement [get]
 Gets the replacement string for the matched pattern.
 

Detailed Description

Removes the HTML comment tag.

Constructor & Destructor Documentation

◆ HtmlCommentReplacer()

Html2Markdown.Replacement.HtmlCommentReplacer.HtmlCommentReplacer ( )
inline

Initializes a new instance of the HtmlCommentReplacer class. Sets up the pattern and replacement for removing HTML comment tags.


The documentation for this class was generated from the following file: