IActionInvokerFactory.CreateInstance Method ()

 

Creates an instance of action invoker for the current request.

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

abstract CreateInstance : unit -> IActionInvoker

Return Value

Type: System.Web.Mvc.IActionInvoker

The created IActionInvoker.

Return to top
Show: