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

Parameters

page  IPageVersion
The page content to be used to produce the presentation mark up
formatter  IPresentationFormatter
The formatter to be used to generate the presentation mark up

Return Value

HtmlDocument

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

See Also