System.Web.Mvc Namespace


.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)
Syntax

Visual Basic (Declaration)
Public Class MvcRouteHandler _
    Implements IRouteHandler
Visual Basic (Usage)
Dim instance As MvcRouteHandler
C#
public class MvcRouteHandler : IRouteHandler
Visual C++
public ref class MvcRouteHandler : IRouteHandler
Inheritance Hierarchy

System..::.Object
  System.Web.Mvc..::.MvcRouteHandler
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Other Resources

Tags :


Page view tracker