共用方式為


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建立釋放控制器的 。

適用於