Skip to main content
.NET 6.0+

ImageInfo.IsUrlEmpty Property

Indicates whether the ImageInfo.ImageUrl property specifies a non-empty Uniform Resource Locator of the image.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsUrlEmpty { get; }

Property Value

Type Description
Boolean

true, if the ImageUrl property specifies an empty URL or a null reference; otherwise, false.

Remarks

You may need to check the IsUrlEmpty property in ASP.NET Web Forms XAF applications, prior to retrieving the image via the ImageInfo.ImageUrl.

See Also