Skip to main content
.NET 6.0+

ImageInfo.ImageUrl Property

Specifies the Uniform Resource Locator of the image.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ImageUrl { get; set; }

Property Value

Type Description
String

A string specifying the Uniform Resource Locator of the image.

Remarks

The ImageUrl property specifies the web address of the image, and is used in ASP.NET Web Forms XAF applications.

See Also