ControllerActionInvokerProvider Class¶
Constructors¶
-
ControllerActionInvokerProvider
(Microsoft.AspNet.Mvc.IControllerFactory, System.Collections.Generic.IEnumerable<Microsoft.AspNet.Mvc.Core.IFilterProvider>, Microsoft.AspNet.Mvc.IControllerActionArgumentBinder, IOptions<Microsoft.AspNet.Mvc.MvcOptions>, Microsoft.AspNet.Mvc.IScopedInstance<Microsoft.AspNet.Mvc.ActionBindingContext>, Microsoft.AspNet.Mvc.ITempDataDictionary, ILoggerFactory)¶ Arguments: - controllerFactory (Microsoft.AspNet.Mvc.IControllerFactory) –
- filterProviders (System.Collections.Generic.IEnumerable{Microsoft.AspNet.Mvc.Core.IFilterProvider}) –
- argumentBinder (Microsoft.AspNet.Mvc.IControllerActionArgumentBinder) –
- optionsAccessor (IOptions{Microsoft.AspNet.Mvc.MvcOptions}) –
- actionBindingContextAccessor (Microsoft.AspNet.Mvc.IScopedInstance{Microsoft.AspNet.Mvc.ActionBindingContext}) –
- tempData (Microsoft.AspNet.Mvc.ITempDataDictionary) –
- loggerFactory (ILoggerFactory) –
public ControllerActionInvokerProvider(IControllerFactory controllerFactory, IEnumerable<IFilterProvider> filterProviders, IControllerActionArgumentBinder argumentBinder, IOptions<MvcOptions> optionsAccessor, IScopedInstance<ActionBindingContext> actionBindingContextAccessor, ITempDataDictionary tempData, ILoggerFactory loggerFactory)
-
Properties¶
-
Order
()¶ Return type: System.Int32 public int Order { get; }
-
Methods¶
-
OnProvidersExecuted
(Microsoft.AspNet.Mvc.Core.ActionInvokerProviderContext)¶ Arguments: public void OnProvidersExecuted(ActionInvokerProviderContext context)
-
OnProvidersExecuting
(Microsoft.AspNet.Mvc.Core.ActionInvokerProviderContext)¶ Arguments: public void OnProvidersExecuting(ActionInvokerProviderContext context)
-