DefaultViewComponentFactory 类

定义

的默认实现 IViewComponentFactory

public ref class DefaultViewComponentFactory : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentFactory
public class DefaultViewComponentFactory : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentFactory
type DefaultViewComponentFactory = class
    interface IViewComponentFactory
Public Class DefaultViewComponentFactory
Implements IViewComponentFactory
继承
DefaultViewComponentFactory
实现

构造函数

DefaultViewComponentFactory(IViewComponentActivator)

创建 DefaultViewComponentFactory 的新实例

方法

CreateViewComponent(ViewComponentContext)

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

ReleaseViewComponent(ViewComponentContext, Object)

释放视图组件实例。

ReleaseViewComponentAsync(ViewComponentContext, Object)

异步释放视图组件实例。

适用于