Click or drag to resize
PortalHelperGetPageTemplateASPXCode Method
Gets the page template ASPX code.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public static string GetPageTemplateASPXCode(
	PageTemplateInfo template,
	out string registerCode
)

Parameters

template
Type: CMS.PortalEnginePageTemplateInfo
Page template
registerCode
Type: SystemString
Returning additional code that must be registered so the page template content could run properly

Return Value

Type: String
See Also