Condividi tramite


DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext) Metodo

Definizione

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

public:
 virtual 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
override this.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.

Implementazioni

Si applica a