ServiceBasedViewComponentActivator 类

定义

一个 , IViewComponentActivator 它从请求的 中 IServiceProvider检索视图组件作为服务。

public ref class ServiceBasedViewComponentActivator : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentActivator
public class ServiceBasedViewComponentActivator : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator
type ServiceBasedViewComponentActivator = class
    interface IViewComponentActivator
Public Class ServiceBasedViewComponentActivator
Implements IViewComponentActivator
继承
ServiceBasedViewComponentActivator
实现

构造函数

ServiceBasedViewComponentActivator()

一个 , IViewComponentActivator 它从请求的 中 IServiceProvider检索视图组件作为服务。

方法

Create(ViewComponentContext)

实例化 ViewComponent。

Release(ViewComponentContext, Object)

释放 ViewComponent 实例。

适用于