Condividi tramite


FeatureGateAttribute.OnPageHandlerSelectionAsync Metodo

Definizione

Chiamato in modo asincrono dopo che il metodo del gestore è stato selezionato, ma prima che si verifichi l'associazione di modelli.

public System.Threading.Tasks.Task OnPageHandlerSelectionAsync(Microsoft.AspNetCore.Mvc.Filters.PageHandlerSelectedContext context);
abstract member OnPageHandlerSelectionAsync : Microsoft.AspNetCore.Mvc.Filters.PageHandlerSelectedContext -> System.Threading.Tasks.Task
override this.OnPageHandlerSelectionAsync : Microsoft.AspNetCore.Mvc.Filters.PageHandlerSelectedContext -> System.Threading.Tasks.Task
Public Function OnPageHandlerSelectionAsync (context As PageHandlerSelectedContext) As Task

Parametri

Restituisce

Oggetto Task che al completamento indica che il filtro è stato eseguito.

Implementazioni

Si applica a