Image Display Properties

Go to:

Tools, Properties..., Display tab

 

Image tag display properties.

 

Options

Description

Image file (URL)

The URL of the image to be displayed.

  • Image URLs that are file names are assumed to reside in the same run-time directory as the page being bound.

  • Image URLs that are relative will be relative to their page's corresponding run-time directory, not the app's directory.

  • Fully qualified URLs must begin with http:// or https://.

  • URLs must not contain backslashes; please use forward slashes.

Example:

Binding an Image tag in MyApp\Shared\test.aspx to "image1.gif" will create an effective reference to MyApp\Shared\image1.gif.

Binding this same image to "../Images/image2.gif" will generate an effective reference to MyApp\Images\image2.gif.

See Also

Image Tag

Image Display Properties

Image Pass-Through Attributes