Share via


IActionInvokerFactory Interface

 

Used to create an IActionInvoker instance for the current request.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public interface IActionInvokerFactory
public interface class IActionInvokerFactory
type IActionInvokerFactory = interface end
Public Interface IActionInvokerFactory

Methods

Name Description
System_CAPS_pubmethod CreateInstance()

Creates an instance of action invoker for the current request.

See Also

System.Web.Mvc Namespace

Return to top