Click or drag to resize

IPresentationFormatterFormatLayout Method


Produces the html for layout container

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
HtmlNode FormatLayout(
	HtmlDocument doc,
	ILayout layout
)

Parameters

doc  HtmlDocument
The html document to add the unit in
layout  ILayout
Layout to format

Return Value

HtmlNode
The container node
See Also