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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Multi Url Picker impossible syntax errors?
guys, this is weird, how is this possible?
RUNTIME ERROR
RUNTIME ERROR
is working on a reply...