TagHelperRunner.RunAsync(TagHelperExecutionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls the ProcessAsync(TagHelperContext, TagHelperOutput) method on ITagHelpers.
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.