1 implementation of ReleaseViewComponentAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentFactory.cs (1)
79
public ValueTask
ReleaseViewComponentAsync
(ViewComponentContext context, object component)
1 reference to ReleaseViewComponentAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentInvoker.cs (1)
84
await _viewComponentFactory.
ReleaseViewComponentAsync
(context, executor);