RouteContext 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.
A context object for RouteAsync(RouteContext).
public ref class RouteContext
	public class RouteContext
	type RouteContext = class
	Public Class RouteContext
		- Inheritance
 - 
				RouteContext
 
Constructors
| RouteContext(HttpContext) | 
		 Creates a new instance of RouteContext for the provided   | 
        	
Properties
| Handler | 
		 Gets or sets the handler for the request. An IRouter should set Handler when it matches.  | 
        	
| HttpContext | 
		 Gets the HttpContext associated with the current request.  | 
        	
| RouteData | 
		 Gets or sets the RouteData associated with the current context.  |