DefaultViewComponentActivator クラス

定義

の既定の IViewComponentActivator実装。

public ref class DefaultViewComponentActivator : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentActivator
public class DefaultViewComponentActivator : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator
type DefaultViewComponentActivator = class
    interface IViewComponentActivator
Public Class DefaultViewComponentActivator
Implements IViewComponentActivator
継承
DefaultViewComponentActivator
実装

注釈

では DefaultViewComponentActivator 、 でマークされたビュー コンポーネントのパブリック プロパティに の現在のインスタンス ViewComponentContextViewComponentContextAttribute提供できます。

コンストラクター

DefaultViewComponentActivator(ITypeActivatorCache)

DefaultViewComponentActivator クラスの新しいインスタンスを初期化します。

メソッド

Create(ViewComponentContext)

ViewComponent をインスタンス化します。

Release(ViewComponentContext, Object)

ViewComponent インスタンスを解放します。

適用対象