1 implementation of ReleaseViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentFactory.cs (1)
70public void ReleaseViewComponent(ViewComponentContext context, object component)
1 reference to ReleaseViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\IViewComponentFactory.cs (1)
33ReleaseViewComponent(context, component);