Condividi tramite


PersistComponentStateTagHelper.ProcessAsync Metodo

Definizione

Esegue in modo asincrono l'oggetto con l'oggetto TagHelper specificato context e output.

public override System.Threading.Tasks.Task ProcessAsync (Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output);
override this.ProcessAsync : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext * Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput -> System.Threading.Tasks.Task
Public Overrides Function ProcessAsync (context As TagHelperContext, output As TagHelperOutput) As Task

Parametri

context
TagHelperContext

Contiene informazioni associate al tag HTML corrente.

output
TagHelperOutput

Elemento HTML con stato usato per generare un tag HTML.

Restituisce

Oggetto Task che al completamento aggiorna l'oggetto output.

Si applica a