[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.InputBaseTagHelper-1

InputBaseTagHelper<TControl> Class

ITagHelper implementation for InputBase.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class InputBaseTagHelper<TControl> : ControlTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : InputBase
Type Parameters
Name Description
TControl

Constructors

Name Description
InputBaseTagHelper()