Equivalent of Request.Uri in Macro?
Question
Jan 14, 2015
In a typical ASPX page, you can retrieve the currently requested URL with `Request.Url`. I want to display the URL that the user tried to go to in error on a custom 404 page. So I have a page in my document tree at /Special Pages/404 Not Found, with an Editable Text web part...