I have a Taxonomy called Categories. In this taxonomy I have multiple levels of terms. Each term is a CategoriesTerm contenttype.
I have defined a custom razor template: Content-CategoriesTerm.cshtml
, which is used when I click a CategoriesTerm on the frontend.
Now I want to display on that page all direct children (if any), but there is no property like Term.Children
or something. How can I get the children of a term in the Razor view?
Check
Taxonomy.cshtml
andOrchard.Mvc.DisplayChildren
. It goes like this:@DisplayChildren could be done in Razor if you like: