Gets or sets the location of an image to display in the Image control.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public override string ImageUrl { get; set; }

Field Value

Return Value

The location of an image to display in the Image control.

Remarks

Should be based from the root of the current theme.

See Also