TagHelperRunner.RunAsync(TagHelperExecutionContext) Metoda

Definice

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

Parametry

executionContext
TagHelperExecutionContext

Obsahuje informace přidružené ke spuštění ITagHelper.

Návraty

Task

Výsledkem TagHelperOutput je zpracování všech " executionContexts ITagHelper".

Platí pro