Table of Contents

Interface IActionInvokerFactory

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Used to create an IActionInvoker instance for the current request.

public interface IActionInvokerFactory

Methods

CreateInstance()

Creates an instance of action invoker for the current request.

IActionInvoker CreateInstance()

Returns

IActionInvoker

The created IActionInvoker.