show/hide this revision's text 2 added 181 characters in body

Will this work?

HttpContext.Current.Request.Url

UPDATE:

To get the base URL you can use:

HttpContext.Current.Request.Url.GetComponents(UriComponents.SchemeAndServer, UriFormat.Unescaped)
show/hide this revision's text 1

Will this work?

HttpContext.Current.Request.Url