TagHelperRunner.RunAsync(TagHelperExecutionContext) Method

Definition

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

Parameters

executionContext
TagHelperExecutionContext

Contains information associated with running ITagHelpers.

Returns

Resulting TagHelperOutput from processing all of the executionContext's ITagHelpers.

Applies to