PortalHelperGetPageTemplateASPXCode Method |
Gets the page template ASPX code.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
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