System.Web.Mvc Namespace


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

Visual Basic (Declaration)
Public Class MvcHandler _
    Implements IHttpHandler, IRequiresSessionState
Visual Basic (Usage)
Dim instance As MvcHandler
C#
public class MvcHandler : IHttpHandler, IRequiresSessionState
Visual C++
public ref class MvcHandler : IHttpHandler, 
    IRequiresSessionState
Inheritance Hierarchy

System..::.Object
  System.Web.Mvc..::.MvcHandler
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