IActionInvoker Interface

Visual Studio 2010

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)

No code example is currently available or this language may not be supported.

The IActionInvoker type exposes the following members.

  NameDescription
Public methodInvokeActionInvokes the specified action by using the specified controller context.
Top

Community Additions

ADD
Show: