Share via


ServiceBasedViewComponentActivator Class

Definition

A IViewComponentActivator that retrieves view components as services from the request's IServiceProvider.

public class ServiceBasedViewComponentActivator : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator
Inheritance
ServiceBasedViewComponentActivator
Implements

Constructors

Methods

Create(ViewComponentContext)

Instantiates a ViewComponent.

Release(ViewComponentContext, Object)

Releases a ViewComponent instance.

Applies to