Software Developer
Routing
Absolute URLs using MVC (without extension methods)
Feb 3rd
Do you need to generate absolute URLs within your MVC application? Often this will be in the form of URLs used outside of the web-browser such as those used within Atom Publishing Protocol collections or maybe links that are going to be sent out in emails. Basically, anything where the regular relative URL won’t do. More >