VB.net
My.Request.Url.GetLeftPart(UriPartial.Authority) & My.Request.RawUrl
C#
System.Web.HttpContext.Current.Request.Url.GetLeftPart(UriPartial.Authority) + System.Web.HttpContext.Current.Request.RawUrl;
My.Request.Url.GetLeftPart(UriPartial.Authority) & My.Request.RawUrl
System.Web.HttpContext.Current.Request.Url.GetLeftPart(UriPartial.Authority) + System.Web.HttpContext.Current.Request.RawUrl;