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

Replaces HTML entities with their Markdown equivalent. More...

Inheritance diagram for Html2Markdown.Replacement.HtmlEntitiesReplacer:
Html2Markdown.Replacement.CustomReplacer Html2Markdown.Replacement.IReplacer

Public Member Functions

 HtmlEntitiesReplacer ()
 Initializes a new instance of the HtmlEntitiesReplacer class. Sets the custom action to replace HTML entities.
 
- Public Member Functions inherited from Html2Markdown.Replacement.CustomReplacer
string Replace (string html)
 Replaces the HTML string using the custom action.
 
string Replace (string html)
 Replace specific matches in an HTML string.
 

Additional Inherited Members

- Properties inherited from Html2Markdown.Replacement.CustomReplacer
Func< string, string > CustomAction [get]
 Gets or sets the custom action to be used for replacing HTML tags.
 

Detailed Description

Replaces HTML entities with their Markdown equivalent.

Constructor & Destructor Documentation

◆ HtmlEntitiesReplacer()

Html2Markdown.Replacement.HtmlEntitiesReplacer.HtmlEntitiesReplacer ( )
inline

Initializes a new instance of the HtmlEntitiesReplacer class. Sets the custom action to replace HTML entities.


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