SysSingleton.UrlEncode
(Adding message template to the top of the page)
(Updated Edited template to July 12, 2025.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<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.
Line 6: Line 6:


See also: [[Documentation:SysSingleton.Deflate|SysSingleton.Deflate]]
See also: [[Documentation:SysSingleton.Deflate|SysSingleton.Deflate]]
{{Edited|July|12|2024}}
{{Edited|July|12|2025}}
[[Category:MDriven Server]]
[[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