Created
March 26, 2012 23:52
-
-
Save samandmoore/2210797 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @if (DynamicModel.AncestorsOrSelf.Where("metaNoegleord != @0", "null").Any()) { | |
| <meta name="Keywords" content="@DynamicModel.AncestorsOrSelf.Where("metaNoegleord != @0", "null").First().metaNoegleord" /> | |
| } |
Author
aha! thanks a bunch, Warren!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I wanted to check you was trying to do a recursive property.
It's a simple as this
@DynamicModel._metaNoegleord