TagHelperRunner.RunAsync(TagHelperExecutionContext) Método

Definición

public:
 System::Threading::Tasks::Task ^ RunAsync(Microsoft::AspNetCore::Razor::Runtime::TagHelpers::TagHelperExecutionContext ^ executionContext);
public System.Threading.Tasks.Task RunAsync (Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext executionContext);
member this.RunAsync : Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext -> System.Threading.Tasks.Task
Public Function RunAsync (executionContext As TagHelperExecutionContext) As Task

Parámetros

executionContext
TagHelperExecutionContext

Contiene información asociada a la ejecución ITagHelperde s.

Devoluciones

Task

Resultante TagHelperOutput del procesamiento de todos los executionContextelementos ITagHelper.

Se aplica a