PortalHelper.GetPageTemplateASPXCode Method |
Gets the page template ASPX code.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 10.0.0
Syntaxpublic static string GetPageTemplateASPXCode(
PageTemplateInfo template,
out string registerCode
)
Parameters
- template
- Type: CMS.PortalEngine.PageTemplateInfo
Page template - registerCode
- Type: System.String
Returning additional code that must be registered so the page template content could run properly
Return Value
Type:
String
See Also