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.6.492
Syntax
HtmlNode Format(
	HtmlDocument outputDocument,
	IPageVersion page,
	IPresentationFormatter formatter
)

Parameters

outputDocument  HtmlDocument
The document to append to
page  IPageVersion
The content of the page to generate HTML on
formatter  IPresentationFormatter
The formatter to use to generate the markup

Return Value

HtmlNode
Generated HTML markup
See Also