1 implementation of ReleaseAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentActivator.cs (1)
74public ValueTask ReleaseAsync(ViewComponentContext context, object viewComponent)
1 reference to ReleaseAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentFactory.cs (1)
84return _activator.ReleaseAsync(context, component);