.NET Framework Class Library
IActionInvoker Interface
Defines the contract for an action invoker, which is used to invoke an action in response to an HTTP request.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
Public Interface IActionInvoker
Dim instance As IActionInvoker
public interface IActionInvoker
public interface class IActionInvoker
Reference