DefaultViewComponentActivator 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的預設實作 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 實例。 |