Click or drag to resize
CMSAPIExamplePageDisplayCode Method
Override this method to display code.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected virtual void DisplayCode(
	string code
)

Parameters

code
Type: SystemString
Code to be displayed
See Also