This topic has not yet been rated - Rate this topic

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)
public interface IActionInvoker

The IActionInvoker type exposes the following members.

  NameDescription
Public methodInvokeActionInvokes the specified action by using the specified controller context.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.