ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ItemTemplateTagHelper Class
Properties Methods


In This Topic
    ItemTemplateTagHelper Class Members
    In This Topic

    The following tables list the members exposed by ItemTemplateTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the template's id.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the collection name. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Protected PropertyOverridden.   
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the T instance. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Top
    See Also