Back
Name | Type | Required | Default | Description |
---|---|---|---|---|
source | string | Yes | The file name of the image if it's available in the local file system (i.e. ColdFusion will be able to access it). Provide the full URL if the image is on a remote server. | |
onlyPath | boolean | No | true | |
host | string | No | ||
protocol | string | No | ||
port | numeric | No | 0 | |
encode | boolean | No | true |
Encode URL parameters using EncodeForURL() . Please note that this does not make the string safe for placement in HTML attributes, for that you need to wrap the result in EncodeForHtmlAttribute() or use linkTo() , startFormTag() etc instead.
|
required | boolean | No | true |