Urlencode
This tag is used to encode URL paths so that they can be
correctly used in the http_tags. Only use this tag on the path
part of a URL and do not encode the http:/hostname part.
Required Attributes
source
data source to url encode.
result
property name to put the result of encoding the source
attribute.
Usage Examples