Gets or sets the HTML string that is displayed on main area of the item.
[Visual Basic]
Public Property Html As
String
[C#]
public
String Html {get; set;}
Property Value
System.String
The HTML string that is displayed on main area of the item.
This property is read/write.
Remarks
Use this property to specify the HTML content for an item. Note that ASP.NET server control should not be included into this HTML. To nest a ASP.NET server control in your menu item, please drop a CustomItem control on your Web Page and set the CustomItem's Client ID to the CustomItemID property. See using custom item for more details.
See Also
NavigationItemText Class | EO.Web Namespace