Menu

#37 URI of a given page

open
nobody
uri (1) page (1)
5
2018-03-25
2018-03-25
Luca Mauri
No

I searched the documentation of the project, but it appears to me there is no properties in the Page class containing the full URI of that page.
In order to get this information, I ended up building the string:

SomePage.site.address & "\index.php?title=" & Uri.EscapeDataString(SomePage.title)

Wouldn't be useful to have such a property readily available in the Framework?
If I am right, may I suggest to implement it?

Thanks

Luca

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.