.NET Framework Class Library
MvcHandler Class
Selects the controller that will handle an HTTP request.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
Public Class MvcHandler _
Implements IHttpHandler, IRequiresSessionState
Dim instance As MvcHandler
public class MvcHandler : IHttpHandler, IRequiresSessionState
public ref class MvcHandler : IHttpHandler,
IRequiresSessionState
System..::.Object
System.Web.Mvc..::.MvcHandler
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