RouteValuesAddress 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.
An address of route name and values.
public ref class RouteValuesAddress
	public class RouteValuesAddress
	type RouteValuesAddress = class
	Public Class RouteValuesAddress
		- Inheritance
 - 
				RouteValuesAddress
 
Constructors
| RouteValuesAddress() | 
Properties
| AmbientValues | 
		 Gets or sets ambient route values from the current HTTP request.  | 
        	
| ExplicitValues | 
		 Gets or sets the route values that are explicitly specified.  | 
        	
| RouteName | 
		 Gets or sets the route name.  | 
        	
Methods
| ToString() | Returns a string that represents the current object.  |