System.Web.Mvc Namespace


.NET Framework Class Library
ControllerActionInvoker Class

Represents a class that is responsible for invoking the action methods of a controller.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax

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

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