All controller methods return the specific ActionResult type
This feature will enforce a contract that link generation has to point to a real action. Read the comments in code for more details and rationale.
1. Areas defined by the Area attribute 2. Areas are a routeconstraint on the actiondescriptor 3. Areas find pages through route values Other changes: 1. Remove Path from ActionDescriptor - It doesn't make sense with this change 2. Add sample Area