C1.Web.Mvc Namespace / Code93 Class / TemplateBindings Property

In This Topic
TemplateBindings Property (Code93)
In This Topic
Gets the collection of the template bindings.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.TemplateBindingsConverter)>
Public ReadOnly Property TemplateBindings As IDictionary(Of String,String)
 
See Also