Click or drag to resize
WebPartCodeGeneratorResult Constructor
Creates new instance of WebPartCodeGeneratorResult.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public WebPartCodeGeneratorResult(
	string markup,
	string code,
	string designer
)

Parameters

markup
Type: SystemString
Markup content
code
Type: SystemString
Code behind content
designer
Type: SystemString
Designer content
See Also