Implemented interface member:
method
ReleaseViewComponentAsync
Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentFactory.ReleaseViewComponentAsync(Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext, System.Object)
2 references to ReleaseViewComponentAsync
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\DefaultViewComponentFactoryTest.cs (2)
76
await factory.
ReleaseViewComponentAsync
(context, component);
100
await factory.
ReleaseViewComponentAsync
(context, component);