共用方式為


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可以將 的目前實例 ViewComponentContext 提供給標示 ViewComponentContextAttribute 為 之檢視元件的公用屬性。

建構函式

DefaultViewComponentActivator(ITypeActivatorCache)

初始化 DefaultViewComponentActivator 類別的新執行個體。

方法

Create(ViewComponentContext)

具現化 ViewComponent。

Release(ViewComponentContext, Object)

釋放 ViewComponent 實例。

適用於