TagHelperRunner.RunAsync(TagHelperExecutionContext) 方法

定义

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

参数

executionContext
TagHelperExecutionContext

包含与运行 ITagHelper关联的信息。

返回

通过处理所有 executionContextITagHelper生成TagHelperOutput

适用于