[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ComponentTagHelper-1

ComponentTagHelper<TControl> Class

ITagHelper implementation for Component.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class ComponentTagHelper<TControl> : BaseTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : Component
Type Parameters
Name Description
TControl

Constructors

Name Description
ComponentTagHelper()

Methods

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.