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.308
Syntax HtmlDocument Format(
IPageVersion page,
IPresentationFormatter formatter
)
Function Format (
page As IPageVersion,
formatter As IPresentationFormatter
) As HtmlDocument
HtmlDocument^ Format(
IPageVersion^ page,
IPresentationFormatter^ formatter
)
abstract Format :
page : IPageVersion *
formatter : IPresentationFormatter -> HtmlDocument
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