These helpers all return an updated context and pass that context into a nested template. These also all support an else condition in the case where the operation either failed or returned false.
Context
{ "value": "something wicked this way comes" }
Example 1: Showing conditional if/else style logic
would return
<div> <strong>True</strong> </div>
Example 2: Showing how context gets passed around
would return
<ul> <li>something</li> <li>wicked</li> <li>this</li> <li>way</li> <li>comes</li> </ul>
- Object
- Helpers.Object.Compare
- Helpers.Object.ContainsAny
- Helpers.Object.Distinct
- Helpers.Object.DistinctBy
- Helpers.Object.Filter
- Helpers.Object.IsFirst
- Helpers.Object.IsLast
- Helpers.Object.Lookup
- Helpers.Object.OrderBy
- Helpers.Object.OrderByDescending
- Helpers.Object.Page
- Helpers.Object.Reverse
- Helpers.Object.Select
- Helpers.Object.Skip
- Helpers.Object.Sort
- Helpers.Object.Take
- Helpers.Object.Where
- Path
- Regex
- String