Implemented interface member:
method
ExecuteAsync
Microsoft.AspNetCore.Mvc.IViewComponentResult.ExecuteAsync(Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext)
6 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);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
ViewComponents\ViewViewComponentResultTest.cs (4)
327await result.ExecuteAsync(viewComponentContext); 368await result.ExecuteAsync(viewComponentContext); 414() => result.ExecuteAsync(viewComponentContext)); 443() => result.ExecuteAsync(viewComponentContext));