Created
August 2, 2018 21:17
-
-
Save amirkhan81/5cde6f1073fa14518d5af6ff2ded9813 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
foreach (var prop in Model.Content.Properties) | |
{ | |
/* get each property value */ | |
var value = prop.Value; | |
} |
Author
amirkhan81
commented
Oct 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment