Route values are the values extracted from a URL based on a given route template . Each route parameter in a template will have an associated route value and is stored as a string pair in a dictionary. They can be used during model binding, as you’ll see in chapter 6.