Allows custom replacement of HTML tags utilizing external functions.
More...
|
string | Replace (string html) |
| Replaces the HTML string using the custom action.
|
|
string | Replace (string html) |
| Replace specific matches in an HTML string.
|
|
|
Func< string, string > | CustomAction [get] |
| Gets or sets the custom action to be used for replacing HTML tags.
|
|
Allows custom replacement of HTML tags utilizing external functions.
◆ Replace()
string Html2Markdown.Replacement.CustomReplacer.Replace |
( |
string |
html | ) |
|
|
inline |
Replaces the HTML string using the custom action.
- Parameters
-
html | The HTML string to process. |
- Returns
- The processed HTML string with the custom replacement applied.
Implements Html2Markdown.Replacement.IReplacer.
◆ CustomAction
Func<string, string> Html2Markdown.Replacement.CustomReplacer.CustomAction |
|
get |
Gets or sets the custom action to be used for replacing HTML tags.
The documentation for this class was generated from the following file: