Click or drag to resize
SiteMapLevelSettingImageUrl Property
Gets or sets the URL to an image which is displayed next to all the nodes of a given level

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ImageUrl { get; set; }

Property Value

Type: String
The URL to the image to display for all the nodes of a given level. The default value is empty string which means by default no image is displayed.
Remarks
Use the ImageUrl property to specify a custom image that will be displayed before the text of the current node.
See Also