.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)
Visual Basic (Declaration)
Public Class ControllerActionInvoker _
Implements IActionInvoker
Dim instance As ControllerActionInvoker
public class ControllerActionInvoker : IActionInvoker
public ref class ControllerActionInvoker : IActionInvoker
System..::.Object
System.Web.Mvc..::.ControllerActionInvoker
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