Condividi tramite


ViewViewComponentResult.ExecuteAsync(ViewComponentContext) Metodo

Definizione

Individua ed esegue il rendering di una vista specificata da ViewName. Se ViewName è null, il nome della vista cercato è"Default" .

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

Parametri

context
ViewComponentContext

Oggetto ViewComponentContext per l'esecuzione corrente del componente.

Restituisce

Oggetto Task che verrà completato al termine del rendering della visualizzazione.

Implementazioni

Si applica a