ImagesPath Element

The ImagesPath element returns the HTTP path to the images directory for the project (including the trailing forward slash), which is often http://myweb/_layouts/images/.

Syntax

<ImagesPath>
</ImagesPath>
Parent Elements
Case, DisplayPattern, IfNew, PagedRowset, ScriptQuote, ViewBody

Example

The following HTML with embedded XML,

<img src=<ows:ImagesPath/>logo.gif>

expands to <img src=http://myweb_layouts/images/logo.gif>.