IViewComponentInvoker Interface

Syntax

public interface IViewComponentInvoker

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ViewComponents.IViewComponentInvoker

Methods

Invoke(Microsoft.AspNet.Mvc.ViewComponentContext)
Arguments:
void Invoke(ViewComponentContext context)
InvokeAsync(Microsoft.AspNet.Mvc.ViewComponentContext)
Arguments:
Return type:

System.Threading.Tasks.Task

Task InvokeAsync(ViewComponentContext context)