IViewComponentActivator 接口

定义

提供实例化和释放 ViewComponent 的方法。

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

方法

Create(ViewComponentContext)

实例化 ViewComponent。

Release(ViewComponentContext, Object)

释放 ViewComponent 实例。

ReleaseAsync(ViewComponentContext, Object)

释放 ViewComponent 实例。

适用于