Implemented interface member:
method
ExecuteAsync
Microsoft.AspNetCore.Mvc.IViewComponentResult.ExecuteAsync(Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext)
2 references to ExecuteAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\ViewViewComponentResult.cs (2)
52/// This method synchronously calls and blocks on <see cref="ExecuteAsync(ViewComponentContext)"/>. 58var task = ExecuteAsync(context);