.NET Framework Class Library
MvcRouteHandler Class
Creates an object that implements the IHttpHandler interface and gives it the request context.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
Public Class MvcRouteHandler _
Implements IRouteHandler
Dim instance As MvcRouteHandler
public class MvcRouteHandler : IRouteHandler
public ref class MvcRouteHandler : IRouteHandler
System..::.Object
System.Web.Mvc..::.MvcRouteHandler
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference
Other Resources