IActionInvokerFactory Interface

Definition

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 actionContext.

Applies to