ActionInvokerFactory Class¶
Constructors¶
-
ActionInvokerFactory
(System.Collections.Generic.IEnumerable<Microsoft.AspNet.Mvc.Core.IActionInvokerProvider>)¶ Arguments: - actionInvokerProviders (System.Collections.Generic.IEnumerable{Microsoft.AspNet.Mvc.Core.IActionInvokerProvider}) –
public ActionInvokerFactory(IEnumerable<IActionInvokerProvider> actionInvokerProviders)
-
Methods¶
-
CreateInvoker
(Microsoft.AspNet.Mvc.ActionContext)¶ Arguments: - actionContext (Microsoft.AspNet.Mvc.ActionContext) –
Return type: Microsoft.AspNet.Mvc.IActionInvoker
public IActionInvoker CreateInvoker(ActionContext actionContext)
-