Skip to content

Instantly share code, notes, and snippets.

@acatejr
Created September 24, 2014 16:19
Show Gist options
  • Save acatejr/26c83334d76706ae8ee0 to your computer and use it in GitHub Desktop.
Save acatejr/26c83334d76706ae8ee0 to your computer and use it in GitHub Desktop.
C# Base Url
var baseUrl = HttpContext.Current.Request.Url.GetLeftPart(UriPartial.Authority) + "/" + Url.Content("~/");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment