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