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
Hi,
I get an error Cannot convert method group 'GetPropertyValue' to non-delegate type 'object'
Cannot convert method group 'GetPropertyValue' to non-delegate type 'object'
Here is my code :
@foreach( item in ids ) { <span>@item.GetPropertyValue<Picker>("builder")</span> }
All I want is to get the value of label.
label
[ { "key": "3284", "label": "Lorem Ipsum" } ]
I already add @using nuPickers but still no luck!
@using nuPickers
Appreciate any help,
Thanks,
Marky
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can't get the value of label in nuPickers
Hi,
I get an error
Cannot convert method group 'GetPropertyValue' to non-delegate type 'object'
Here is my code :
All I want is to get the value of
label
.I already add
@using nuPickers
but still no luck!Appreciate any help,
Thanks,
Marky
is working on a reply...