ControllerActionInvoker Class
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.
Represents a class that is responsible for invoking the action methods of a controller.
public class ControllerActionInvoker : System.Web.Mvc.IActionInvoker
type ControllerActionInvoker = class
interface IActionInvoker
Public Class ControllerActionInvoker
Implements IActionInvoker
- Inheritance
-
ControllerActionInvoker
- Derived
- Implements
Constructors
| ControllerActionInvoker() |
Initializes a new instance of the ControllerActionInvoker class. |
Properties
| Binders |
Gets or sets the model binders that are associated with the action. |