DynamicDataRouteHandler Class
Processes ASP.NET Dynamic Data route patterns.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | DynamicDataRouteHandler() | Initializes a new instance of the DynamicDataRouteHandler class. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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() | |
![]() | MemberwiseClone() | |
![]() ![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IRouteHandler::GetHttpHandler(RequestContext^) | Returns the handler that processes ASP.NET Dynamic Data route patterns. |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





