IActionInvoker Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the contract for an action invoker, which is used to invoke an action in response to an HTTP request.
public interface IActionInvoker
type IActionInvoker = interface
Public Interface IActionInvoker
- Derived
Methods
InvokeAction(ControllerContext, String) |
Invokes the specified action by using the specified controller context. |