Hevea documentation

Verbatim Constructor 

Constructor.

public Verbatim(
   string id,
   string content
);

Parameters

id
component identifier
content
HTML content

Exceptions

Exception Type Condition
ArgumentNullException id or content is null

See Also

Verbatim Class | Hevea.Core.Http.Html.UI Namespace