Last active
December 15, 2015 11:59
-
-
Save Godoy/5256851 to your computer and use it in GitHub Desktop.
Pegar a URL absoluta de uma aplicação .NET C#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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