PortalHelperGetPageTemplateASPXCode Method |
Gets the page template ASPX code.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax 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:
StringSee Also