Allows for multiple replacements to be applied to the HTML.
More...
|
string | Replace (string html) |
| Applies all replacements to the given HTML string.
|
|
string | Replace (string html) |
| Replace specific matches in an HTML string.
|
|
Allows for multiple replacements to be applied to the HTML.
◆ AddReplacer()
void Html2Markdown.Replacement.CompositeReplacer.AddReplacer |
( |
IReplacer |
replacer | ) |
|
|
inlineprotected |
Adds a replacer to the list of replacements.
- Parameters
-
replacer | The IReplacer instance to add. |
◆ Replace()
string Html2Markdown.Replacement.CompositeReplacer.Replace |
( |
string |
html | ) |
|
|
inline |
Applies all replacements to the given HTML string.
- Parameters
-
html | The HTML string to process. |
- Returns
- The processed HTML string with all replacements applied.
Implements Html2Markdown.Replacement.IReplacer.
The documentation for this class was generated from the following file: