LabelTagHelper.ProcessAsync(TagHelperContext, TagHelperOutput) Metodo

Definizione

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

public:
 override System::Threading::Tasks::Task ^ ProcessAsync(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContext ^ context, Microsoft::AspNetCore::Razor::TagHelpers::TagHelperOutput ^ 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 .output

Commenti

Non esegue alcuna operazione se For è null.

Si applica a