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