MvcOptions.EnableActionInvokers 属性

定义

获取或设置标志,该标志确定 MVC 是否应使用操作调用程序扩展性。 这将允许自定义 IActionInvokerFactory 并在 IActionInvokerProvider 请求管道期间执行。

public bool EnableActionInvokers { get; set; }
member this.EnableActionInvokers : bool with get, set
Public Property EnableActionInvokers As Boolean

属性值

默认为 false 指示默认情况下未使用操作调用方。

注解

仅当 为 true 时 EnableEndpointRouting ,这才适用。

适用于