Timeline for Path.Combine for URLs?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Sep 20, 2018 at 9:05 | history | suggested | Kolappan N | CC BY-SA 4.0 |
Updated URL to new docs website
|
| Sep 20, 2018 at 8:21 | review | Suggested edits | |||
| S Sep 20, 2018 at 9:05 | |||||
| Feb 3, 2015 at 15:09 | history | edited | Peter Mortensen | CC BY-SA 3.0 |
Copy edited (e.g. ref. <http://en.wikipedia.org/wiki/Uniform_resource_locator>). Removed meta information (this belongs in comments).
|
| Aug 26, 2010 at 22:18 | comment | added | Abel |
The caveat is correct, it cannot work with absolute uris and the result is always relative from the root. But it has an added benefit, it processes the tilde, as with "~/". This makes it a shortcut for Server.MapPath and combining.
|
|
| Mar 29, 2010 at 21:28 | comment | added | Brian MacKay | +1 because it's close to what I'm looking for, although it would be ideal if it would work for any old url. I double it will get much more elegant than what mdsharpe proposed. | |
| Mar 28, 2010 at 0:21 | history | answered | Jeronimo Colon III | CC BY-SA 2.5 |