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

In This Topic
    Id Property (ItemTemplateTagHelper)
    In This Topic
    Gets or sets the template's id.
    Syntax
    'Declaration
     
    Public Property Id As String
    public string Id {get; set;}
    See Also