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.
Used to create an IActionInvoker instance for the current request.
public interface IActionInvokerFactory
type IActionInvokerFactory = interface
Public Interface IActionInvokerFactory
Methods
CreateInstance() |
Creates an instance of action invoker for the current request. |