Condividi tramite


IViewComponentInvoker.InvokeAsync(ViewComponentContext) Metodo

Definizione

Esegue il componente di context visualizzazione specificato da ViewComponentDescriptor e scrive il risultato in Writer.

public:
 System::Threading::Tasks::Task ^ InvokeAsync(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public System.Threading.Tasks.Task InvokeAsync (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member InvokeAsync : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> System.Threading.Tasks.Task
Public Function InvokeAsync (context As ViewComponentContext) As Task

Parametri

Restituisce

Oggetto Task che rappresenta l'operazione asincrona di esecuzione.

Si applica a