IControllerActivatorProvider 接口

定义

提供用于创建 MVC 控制器的方法。

public interface class IControllerActivatorProvider
public interface IControllerActivatorProvider
type IControllerActivatorProvider = interface
Public Interface IControllerActivatorProvider
派生

方法

CreateActivator(ControllerActionDescriptor)

创建一个 Func<T,TResult> 用于创建控制器的 。

CreateAsyncReleaser(ControllerActionDescriptor)

创建释放 Action 控制器的 。

CreateReleaser(ControllerActionDescriptor)

创建释放 Action 控制器的 。

适用于