TagHelperComponent 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.
An abstract base class for ITagHelperComponent.
public ref class TagHelperComponent abstract : Microsoft::AspNetCore::Razor::TagHelpers::ITagHelperComponent
public abstract class TagHelperComponent : Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent
type TagHelperComponent = class
interface ITagHelperComponent
Public MustInherit Class TagHelperComponent
Implements ITagHelperComponent
- Inheritance
-
TagHelperComponent
- Derived
- Implements
Constructors
TagHelperComponent() |
Properties
Order |
When a set of ITagHelperComponents are executed, their Init(TagHelperContext)'s are first invoked in the specified Order; then their ProcessAsync(TagHelperContext, TagHelperOutput)'s are invoked in the specified Order. Lower values are executed first. |
Methods
Init(TagHelperContext) |
Initializes the ITagHelperComponent with the given |
Process(TagHelperContext, TagHelperOutput) |
Synchronously executes the ITagHelperComponent with the given |
ProcessAsync(TagHelperContext, TagHelperOutput) |
Asynchronously executes the ITagHelperComponent with the given |