4 implementations of IRouteHandler
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
22class ServiceRouteHandler : IRouteHandler
System.Web (2)
Routing\PageRouteHandler.cs (1)
17public class PageRouteHandler : IRouteHandler {
Routing\StopRoutingHandler.cs (1)
6public class StopRoutingHandler : IRouteHandler {
System.Web.DynamicData (1)
DynamicData\DynamicDataRouteHandler.cs (1)
13public class DynamicDataRouteHandler : IRouteHandler {
12 references to IRouteHandler
System.Web (11)
Routing\Route.cs (5)
17public Route(string url, IRouteHandler routeHandler) { 24public Route(string url, RouteValueDictionary defaults, IRouteHandler routeHandler) { 32public Route(string url, RouteValueDictionary defaults, RouteValueDictionary constraints, IRouteHandler routeHandler) { 41public Route(string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataTokens, IRouteHandler routeHandler) { 70public IRouteHandler RouteHandler {
Routing\RouteData.cs (3)
9private IRouteHandler _routeHandler; 16public RouteData(RouteBase route, IRouteHandler routeHandler) { 32public IRouteHandler RouteHandler {
Routing\StopRoutingHandler.cs (1)
13IHttpHandler IRouteHandler.GetHttpHandler(RequestContext requestContext) {
Routing\UrlRoutingHandler.cs (1)
43IRouteHandler routeHandler = routeData.RouteHandler;
Routing\UrlRoutingModule.cs (1)
66IRouteHandler routeHandler = routeData.RouteHandler;
System.Web.DynamicData (1)
DynamicData\DynamicDataRouteHandler.cs (1)
204IHttpHandler IRouteHandler.GetHttpHandler(RequestContext requestContext) {