共用方式為


ServiceBasedControllerActivator 類別

定義

IControllerActivator 從要求的 IServiceProvider 擷取做為服務的 控制器。

public ref class ServiceBasedControllerActivator : Microsoft::AspNetCore::Mvc::Controllers::IControllerActivator
public class ServiceBasedControllerActivator : Microsoft.AspNetCore.Mvc.Controllers.IControllerActivator
type ServiceBasedControllerActivator = class
    interface IControllerActivator
Public Class ServiceBasedControllerActivator
Implements IControllerActivator
繼承
ServiceBasedControllerActivator
實作

建構函式

ServiceBasedControllerActivator()

IControllerActivator 從要求的 IServiceProvider 擷取做為服務的 控制器。

方法

Create(ControllerContext)

建立控制器。

Release(ControllerContext, Object)

釋放控制器。

適用於