TemplateBinder Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports processing and binding parameter values in a route template.
public ref class TemplateBinder
	public class TemplateBinder
	type TemplateBinder = class
	Public Class TemplateBinder
		- Inheritance
 - 
				TemplateBinder
 
Constructors
Methods
| BindValues(RouteValueDictionary) | 
		 Returns a string representation of the URI associated with the route.  | 
        	
| GetValues(RouteValueDictionary, RouteValueDictionary) | 
		 Generates the parameter values in the route.  | 
        	
| RoutePartsEqual(Object, Object) | 
		 Compares two objects for equality as parts of a case-insensitive path.  | 
        	
| TryProcessConstraints(HttpContext, RouteValueDictionary, String, IRouteConstraint) | 
		 Processes the constraints if they were passed in to the TemplateBinder constructor.  |