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 インスタンスを解放します。

適用対象