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
guys, this is weird, how is this possible?
CurrentPage.GetPropertyValue<MultiUrls>("contentLink").FirstOrDefault()
RUNTIME ERROR
'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'RJP.MultiUrlPicker.Models.MultiUrls' does not contain a definition for 'FirstOrDefault'
var links = CurrentPage.GetPropertyValue<MultiUrls>("contentLink"); Link linkProperty = links.FirstOrDefault();
MultiUrls links = CurrentPage.GetPropertyValue<MultiUrls>("contentLink"); Link linkProperty = links.FirstOrDefault();
FINE NO PROBLEMS
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
Multi Url Picker impossible syntax errors?
guys, this is weird, how is this possible?
RUNTIME ERROR
RUNTIME ERROR
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.