Skip to content

Instantly share code, notes, and snippets.

@yushiro
Created May 31, 2013 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yushiro/5683239 to your computer and use it in GitHub Desktop.
Save yushiro/5683239 to your computer and use it in GitHub Desktop.
.net console下调用URLdecode
System.Web.HttpUtility.urlencode("url")
需要添加system.web引用
或者
Uri.EscapeUriString(url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment