Click or drag to resize
PortalHelperGetWebPartZoneASPXCode Method
Gets the web part zone ASPX code.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public static string GetWebPartZoneASPXCode(
	WebPartZoneInstance zone,
	out string registerCode
)

Parameters

zone
Type: CMS.PortalEngineWebPartZoneInstance
Web part zone instance
registerCode
Type: SystemString
Returning additional code that must be registered so the web part zone content could run properly

Return Value

Type: String
See Also