Поделиться через


ServiceBasedViewComponentActivator Класс

Определение

Объект 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.

Применяется к