Table of Contents

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

htmlNode HtmlNode

The HTML node to reference.

htmlContent string

The HTML content string to edit.

Returns

string

The modified HTML content.

Extension Methods