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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.