Umbraco Razor List Nodes Where Statement
if (Model.NodeById(1066).Children.Where("relatedTo == \"Stage\"").Any())
In this snippet "relatedTo" is a property in Umbraco, "Stage" is what the property has been ticked with.
In this snippet "relatedTo" is a property in Umbraco, "Stage" is what the property has been ticked with.
Comments
Post a Comment