Skip to content

Instantly share code, notes, and snippets.

@DominicCronin
Created June 7, 2016 15:03
Show Gist options
  • Save DominicCronin/7c782a8ebed81a883fc4337cce3e3ec4 to your computer and use it in GitHub Desktop.
Save DominicCronin/7c782a8ebed81a883fc4337cce3e3ec4 to your computer and use it in GitHub Desktop.
public List<IRenderableViewModel> ContentBlocks {
get
{
return ComponentPresentations
.Where(cp => cp.RenderData.View == "ContentBlock")
.ToList<IRenderableViewModel>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment