If you want to retrieve the url of the PublishingPage , it is better to use Page.Uri.AbsoluteUri instead of Page.Url. Because Page.Url gives you the server relative url, this can be the result you don't want. With Page.Uri.AbsoluteUri, yuo are always safe.