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


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.

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