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.5.94
Syntax
HtmlNode FormatLayout(
	HtmlDocument doc,
	ILayout layout
)

Parameters

doc
Type: HtmlDocument
The html document to add the unit in
layout
Type: Ingeniux.CMS.PresentationILayout
Layout to format

Return Value

Type: HtmlNode
The container node
See Also