Hey all, I know there is an attribute on the Page property to get the current Page's URL, or when getting Page objects through the navigation, breadcrumbs, etc, but I'm trying to figure out a way to get a page's URL if I retrieve a Web Page as an entity (through fetch, or get by id). Seems if I just try dot url, I get nothing back but haven't been able to figure it out. I'd rather not have to define a site marker for each page like this where I'd essentially like to output a link.
Any thoughts?
*This post is locked for comments