IActionInvokerFactory Interface  
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.
Defines an interface for creating an IActionInvoker for the current request.
public interface class IActionInvokerFactory
	public interface IActionInvokerFactory
	type IActionInvokerFactory = interface
	Public Interface IActionInvokerFactory
	Remarks
The default IActionInvokerFactory implementation creates an IActionInvoker by calling into each IActionInvokerProvider. See IActionInvokerProvider for more details.
Methods
| CreateInvoker(ActionContext) | 
		 Creates an IActionInvoker for the current request associated with
  |