Click or drag to resize

IDisplayUnitFormat Method


Generates HTML markup, and appends to the specified html document

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
HtmlNode Format(
	HtmlDocument outputDocument,
	IPageVersion page,
	IPresentationFormatter formatter
)

Parameters

outputDocument
Type: HtmlDocument
The document to append to
page
Type: Ingeniux.CMSIPageVersion
The content of the page to generate HTML on
formatter
Type: Ingeniux.CMS.PresentationIPresentationFormatter
The formatter to use to generate the markup

Return Value

Type: HtmlNode
Generated HTML markup
See Also