|
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://.
-
URL’s
must not contain backslashes; please use forward slashes.
Example:
Binding an Image tag in the layout page file
MyApp\Shared\test.html 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.
|