SysSingleton.UrlEncode
(Created page with " UrlEncode(url:String; decode:Boolean):String (set Eco.ExternalLateBound=true) Replace forbidden chars so that data can travel as url. This is part of the SysCert example S...")
 
(Updated Edited template to July 12, 2025.)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
  UrlEncode(url:String; decode:Boolean):String (set Eco.ExternalLateBound=true)
  UrlEncode(url:String; decode:Boolean):String (set Eco.ExternalLateBound=true)
Replace forbidden chars so that data can travel as url.
Replace forbidden chars so that data can travel as URL.


This is part of the SysCert example  
This is part of the SysCert example.


See also [[SysSingleton.Deflate]]
See also: [[Documentation:SysSingleton.Deflate|SysSingleton.Deflate]]
{{Edited|July|12|2025}}
[[Category:MDriven Server]]

Latest revision as of 06:04, 20 January 2025

This page was created by Hans.karlsen@mdriven.net on 2023-04-09. Last edited by Edgar on 2025-01-20.
UrlEncode(url:String; decode:Boolean):String (set Eco.ExternalLateBound=true)

Replace forbidden chars so that data can travel as URL.

This is part of the SysCert example.

See also: SysSingleton.Deflate