Click or drag to resize

RazorTemplateBaseTModelValues Property

Gets the raw values of templates tags in a Dictionary. The key is the name of the tag, the value is value of the tag.

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public Dictionary Values { get; }

Property Value

Type: DictionaryTKey, TValue
The values.
Remarks
This collection can be used for checking if a tag is available in the context or if it is defined.
See Also