Click or drag to resize

IPagePresentationFormat Method


Produces the final HTML markup, on the specified Page Version, with specified Presentation Formatter

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

Parameters

page
Type: Ingeniux.CMSIPageVersion
The page content to be used to produce the presentation mark up
formatter
Type: Ingeniux.CMS.PresentationIPresentationFormatter
The formatter to be used to generate the presentation mark up

Return Value

Type: HtmlDocument

[Missing <returns> documentation for "M:Ingeniux.CMS.Presentation.IPagePresentation.Format(Ingeniux.CMS.IPageVersion,Ingeniux.CMS.Presentation.IPresentationFormatter)"]

See Also