| RazorTemplateBaseTModelGetLoop Method |
Gets the loop.
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.9.0
Syntax public List<RazorTemplateBaseTModelLoopItem> GetLoop(
string name
)
Public Function GetLoop (
name As String
) As List(Of RazorTemplateBaseTModelLoopItem)
Parameters
- name
- Type: SystemString
The name of the loop.
Return Value
Type:
ListRazorTemplateBaseTModelLoopItemA
Generic.List of
LoopItem.
See Also