Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Carla Ribeiro da Fonseca
8
Views
2
Comments
UrlEncode
Question
Does the UrlEncode function use HttpUtility.UrlEncode(string)?
I'm guessing it does, but I need to be sure.
Tiago Simões
Staff
Hi Carlos,
Yes, in the .NET version of the platform it does.
Cheers,
Tiago Simões
1 reply
22 Sep 2008
Show thread
Hide thread
AcacioPN
Staff
Hi Carlos
Following what Tiago said, I'd say you can safely use the Urlencode action assuming it uses the function from HttpUtilities.
However,if you MUST be sure that ONLY THAT FUNCTION is called, I would recommend creating an extension action that uses the function you wish: if, for some reason (like fixing a bug or design choice) OutSystems needs to change the implementation of this action in a future version, you might be caught unaware.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...