[]
ITagHelper implementation for Component.
public abstract class ComponentTagHelper<TControl> : BaseTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : Component
Name | Description |
---|---|
TControl |
Name | Description |
---|---|
ComponentTagHelper() |
Name | Description |
---|---|
GetObjectInstance(object) | Gets the TControl instance. |
Process(TagHelperContext, TagHelperOutput) | Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. |
Render(TagHelperOutput) | Renders the startup scripts. |