2 references to CreateHandler
System.Web.DynamicData (2)
DynamicData\DynamicDataRoute.cs (1)
170return RouteHandler.CreateHandler(this, table, (string)actionObject) != null;
DynamicData\DynamicDataRouteHandler.cs (1)
222return CreateHandler(route, table, action);