IViewComponentInvoker Interface¶
Methods¶
-
Invoke
(Microsoft.AspNet.Mvc.ViewComponentContext)¶ Arguments: - context (Microsoft.AspNet.Mvc.ViewComponentContext) –
void Invoke(ViewComponentContext context)
-
InvokeAsync
(Microsoft.AspNet.Mvc.ViewComponentContext)¶ Arguments: - context (Microsoft.AspNet.Mvc.ViewComponentContext) –
Return type: System.Threading.Tasks.Task
Task InvokeAsync(ViewComponentContext context)
-