IViewComponentFactory 接口

定义

提供用于创建和处置视图组件的方法。

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

方法

CreateViewComponent(ViewComponentContext)

为指定的 context创建新控制器。

ReleaseViewComponent(ViewComponentContext, Object)

释放视图组件实例。

ReleaseViewComponentAsync(ViewComponentContext, Object)

异步释放视图组件实例。

适用于