Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
this code works:
for(int i=0; i++; i<=3){ string url = "url1"; <p>@Model.NodeById(Model.GetProperty(url).Value).Url</p>}
But this code don't work:
for(int i=0; i++; i<=3){ string url = String.Format("url{0}", i+1); <p>@Model.NodeById(Model.GetProperty(url).Value).Url</p>}
Has anyone an idea to solve this?
Best regards
Sören
It works now!
Solution: One of my four content pickers had no content. Sorry.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error with dynamic GetProperty in 4.11.4
Hello,
this code works:
But this code don't work:
Has anyone an idea to solve this?
Best regards
Sören
It works now!
Solution: One of my four content pickers had no content. Sorry.
Sören
is working on a reply...