[asp.net] How can I get the root domain URI in ASP.NET?

HttpContext.Current.Request.Url can get you all the info on the URL. And can break down the url into its fragments.