If given the route:
{FeedName}/{ItemPermalink}
ex: /Blog/Hello-World
If the item doesn\'t exist, I want to return a 404. What is the
Note that as of MVC3, you can just use HttpStatusCodeResult.
HttpStatusCodeResult