It seems with the built in friendly routing library in .NET MVC, it would allow us to do something like this.
In case it's not obvious what I want to with the built in stuff in .NET MVC, I want to a url starting with www to be automatically redirected to a non-www url using the MVC framework.