cleanurl
Reactive icon

CleanURL

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 3 Apr (yesterday)
 by 
0.0
 (0 ratings)
cleanurl

CleanURL

Documentation
1.0.2

How to Use
Drag the block to a Reactive screen and configure its inputs (not mandatory). The screen can read any required URL parameters during initialization, and the component will then replace the visible browser URL without reloading the page. This is useful for removing query strings, hiding temporary parameters, and keeping cleaner URLs for end users.
Example:
http://pagename.com/pagedetail?id=12
after use the block
http://pagename.com


1.0.1

How to Use
Drag the block to a Reactive screen and configure its inputs (not mandatory). The screen can read any required URL parameters during initialization, and the component will then replace the visible browser URL without reloading the page. This is useful for removing query strings, hiding temporary parameters, and keeping cleaner URLs for end users.
Example:
http://pagename.com/pagedetail?id=12
after use the block
http://pagename.com



1.0.0

How to Use
Drag the block to a Reactive screen and configure its inputs (not mandatory). The screen can read any required URL parameters during initialization, and the component will then replace the visible browser URL without reloading the page. This is useful for removing query strings, hiding temporary parameters, and keeping cleaner URLs for end users.
Example:
http://pagename.com/pagedetail?id=12
after use the block
http://pagename.com