RazorTemplateBaseTModelLoopItem Class |
Namespace: Dynamicweb.Rendering
The RazorTemplateBaseTModelLoopItem generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Index |
Gets the index.
| |
| Loops |
Returns a list of loops on this instance.
| |
| Values |
Gets the raw values in a Dictonary. The key is the name of the tag, the value is value of the tag.
|
| Name | Description | |
|---|---|---|
| GetBoolean |
Gets a boolean representation of the tag value.
| |
| GetDate |
Gets a date representation of the tag value.
| |
| GetDouble |
Gets a double representation of the tag value.
| |
| GetInteger |
Gets a integer representation of the tag value.
| |
| GetLong |
Gets a string representation of the tag value.
| |
| GetLoop | ||
| GetString |
Gets a string representation of the tag value.
| |
| GetValue |
Gets the value.
| |
| TemplateTags |
Prints a table of the template tags in the current template instance.
| |
| TemplateTags(String) |
Prints a table of the template tags containing the search string in the current template instance.
|