Skip to content

Instantly share code, notes, and snippets.

@Godoy
Last active December 15, 2015 11:59
Show Gist options
  • Select an option

  • Save Godoy/5256851 to your computer and use it in GitHub Desktop.

Select an option

Save Godoy/5256851 to your computer and use it in GitHub Desktop.
Pegar a URL absoluta de uma aplicação .NET C#
string UrlAplicacao = Request.Url.Scheme+"://"+Request.Url.Authority + Request.ApplicationPath;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment