Click or drag to resize

IPresentationFormatterFormatLayoutRow Method


Produces the html for layout row

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
HtmlNode FormatLayoutRow(
	HtmlDocument doc,
	ILayoutRow layoutRow
)

Parameters

doc  HtmlDocument
The html document to add the unit in
layoutRow  ILayoutRow
The row to format

Return Value

HtmlNode
The container node
See Also