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

In This Topic
    TemplateBindings Property (Control)
    In This Topic
    Gets the collection of the template bindings.
    Syntax
    'Declaration
     
    Public ReadOnly Property TemplateBindings As IDictionary(Of String,String)
    public IDictionary<string,string> TemplateBindings {get;}
    See Also