Delegate EditHtmlWidthHandler
- Namespace
- SunamoHtml.Delegates
- Assembly
- SunamoHtml.dll
Delegate for editing HTML content with a given HTML node.
public delegate string EditHtmlWidthHandler(ref HtmlNode htmlNode, string htmlContent)
Parameters
Returns
- string
The modified HTML content.
- Extension Methods