Thanks for looking into it @brenden-kehren, I appreciate your time.
Actually after digging into CMS\CMSModules\Content\CMSDesk\Properties\General.aspx.cs
And figuring out the Live URL. it looks like this is doing what I want.
pageUrl = Node.IsLink ? DocumentURLProvider.GetUrl(Node.NodeAliasPath) : DocumentURLProvider.GetUrl(Node.NodeAliasPath, Node.DocumentUrlPath);
pageUrl = URLHelper.ResolveUrl(pageUrl);