ServiceBasedViewComponentActivator Clase

Definición

que IViewComponentActivator recupera la vista de componentes como servicios de la solicitud 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
Herencia
ServiceBasedViewComponentActivator
Implementaciones

Constructores

ServiceBasedViewComponentActivator()

Métodos

Create(ViewComponentContext)

Crea una instancia de ViewComponent.

Release(ViewComponentContext, Object)

Libera una instancia de ViewComponent.

Se aplica a