Hevea documentation

WebPage.AddHTML Method (String)

Adds a HTML part in the page.

public void AddHTML(
   string htmlCode
);

Parameters

htmlCode
HTML code

Exceptions

Exception Type Condition
ArgumentNullException htmlCode is null

See Also

WebPage Class | Hevea.Core.Http.Html.UI Namespace | WebPage.AddHTML Overload List