[]
        
(Showing Draft Content)

C1.Web.Mvc.Control.TemplateBindings

TemplateBindings Property

TemplateBindings

Gets the collection of the template bindings.

Declaration
[JsonConverter(typeof(TemplateBindingsConverter))]
public IDictionary<string, string> TemplateBindings { get; }
Implements