ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ITemplate Interface / TemplateBindings Property

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