TagHelperRunner Class
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.
A class used to run ITagHelpers.
public ref class TagHelperRunner
public class TagHelperRunner
type TagHelperRunner = class
Public Class TagHelperRunner
- Inheritance
-
TagHelperRunner
Constructors
| TagHelperRunner() |
Methods
| RunAsync(TagHelperExecutionContext) |
Calls the ProcessAsync(TagHelperContext, TagHelperOutput) method on ITagHelpers. |