Click or drag to resize
CMSMenuRenderItemName Property
Indicates if ItemName attribute should be rendered.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public bool RenderItemName { get; set; }

Property Value

Type: Boolean
Remarks
If you switch this property to true, the resulting HTML code will not be valid.
See Also