 | RazorTemplateBase<TModel>.Values 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
Syntaxpublic Dictionary Values { get; }
Public ReadOnly Property Values As Dictionary
Get
Property Value
Type:
Dictionary<TKey, TValue>
The values.
RemarksThis collection can be used for checking if a tag is available in the context or if it is defined.
See Also