encode
Transforms the input text by url encoding it.
Arguments
- input
- The input text value.
Returns
The input value url encoded.
Remarks
This transform performs a Server.UrlEncode on the input.
Examples
${encode($1)}
Transforms the input text by url encoding it.
The input value url encoded.
This transform performs a Server.UrlEncode on the input.
${encode($1)}