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