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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.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