MvcOptions.EnableActionInvokers Property
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.
Gets or sets the flag that determines if MVC should use action invoker extensibility. This will allow custom IActionInvokerFactory and IActionInvokerProvider execute during the request pipeline.
public bool EnableActionInvokers { get; set; }
member this.EnableActionInvokers : bool with get, set
Public Property EnableActionInvokers As Boolean
Property Value
Defaults to false
indicating that action invokers are unused by default.
Remarks
This only applies when EnableEndpointRouting is true.