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