1 implementation of InvokeAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentHelper.cs (1)
67public Task<IHtmlContent> InvokeAsync(string name, object? arguments)
2 references to InvokeAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Rendering\ViewComponentHelperExtensions.cs (1)
26return helper.InvokeAsync(name, arguments: null);
ViewComponentResultExecutor.cs (1)
153return viewComponentHelper.InvokeAsync(result.ViewComponentName!, result.Arguments);