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

In This Topic
    TemplateBindings Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Control.TemplateBindings. Sets the collection of the template bindings.
    Syntax
    'Declaration
     
    Public Property TemplateBindings As Object
    public object TemplateBindings {get; set;}
    See Also