Custom Attribute Routing in ASP.NET MVC 5

Introduction A previous blog post discussed how to enable and use the basics of attribute routing within an MVC application. The blog also touched upon URI parameter constraints and the out-of-the-box constraints with MVC 5. The general syntax for imposing constraint is {parameter:constraint} Below is a list of constraints with examples: Constraint Description Example alpha […]