DynamicDataRouteHandler 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.
Processes ASP.NET Dynamic Data route patterns.
public ref class DynamicDataRouteHandler : System::Web::Routing::IRouteHandler
	public class DynamicDataRouteHandler : System.Web.Routing.IRouteHandler
	type DynamicDataRouteHandler = class
    interface IRouteHandler
	Public Class DynamicDataRouteHandler
Implements IRouteHandler
		- Inheritance
 - 
				DynamicDataRouteHandler
 
- Implements
 
Constructors
| DynamicDataRouteHandler() | 
		 Initializes a new instance of the DynamicDataRouteHandler class.  | 
        	
Properties
| Model | 
		 Gets or sets the MetaModel object that the DynamicDataRouteHandler class is associated with.  | 
        	
Methods
| CreateHandler(DynamicDataRoute, MetaTable, String) | 
		 Creates a handler to process a request.  | 
        	
| Equals(Object) | 
		 Determines whether the specified object is equal to the current object. (Inherited from Object) | 
        	
| GetCustomPageVirtualPath(MetaTable, String) | 
		 Creates the virtual path of a custom page.  | 
        	
| GetHashCode() | 
		 Serves as the default hash function. (Inherited from Object) | 
        	
| GetRequestContext(HttpContext) | 
		 Returns the RequestContext instance for the current Web request.  | 
        	
| GetRequestMetaTable(HttpContext) | 
		 Returns a MetaTable object from the HttpContext object.  | 
        	
| GetScaffoldPageVirtualPath(MetaTable, String) | 
		 Returns the virtual path of a page that is enabled for Dynamic Data.  | 
        	
| GetType() | 
		 Gets the Type of the current instance. (Inherited from Object) | 
        	
| MemberwiseClone() | 
		 Creates a shallow copy of the current Object. (Inherited from Object) | 
        	
| SetRequestMetaTable(HttpContext, MetaTable) | 
		 Sets the MetaTable object that is associated with the current HttpRequest object.  | 
        	
| ToString() | 
		 Returns a string that represents the current object. (Inherited from Object) | 
        	
Explicit Interface Implementations
| IRouteHandler.GetHttpHandler(RequestContext) | 
		 Returns the handler that processes ASP.NET Dynamic Data route patterns.  |