ServiceBasedViewComponentActivator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 , IViewComponentActivator 它从请求的 中 IServiceProvider检索视图组件作为服务。
public ref class ServiceBasedViewComponentActivator : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentActivator
public class ServiceBasedViewComponentActivator : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator
type ServiceBasedViewComponentActivator = class
interface IViewComponentActivator
Public Class ServiceBasedViewComponentActivator
Implements IViewComponentActivator
- 继承
-
ServiceBasedViewComponentActivator
- 实现
构造函数
ServiceBasedViewComponentActivator() |
一个 , IViewComponentActivator 它从请求的 中 IServiceProvider检索视图组件作为服务。 |
方法
Create(ViewComponentContext) |
实例化 ViewComponent。 |
Release(ViewComponentContext, Object) |
释放 ViewComponent 实例。 |