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