IPagePresentationFormat Method
|
Produces the final HTML markup, on the specified
Page Version, with
specified Presentation Formatter
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxHtmlDocument 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 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