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
How to use Umbraco Helper Method. I can't use .Value.
var content = Umbraco.Content(1119); if (content!=null){ string aa = content.Value<string>("CarRefName"); string bb = content.Value<string>("VehecleNo"); var image = content.Value<IPublishedContent>("ChooseFeatureImage"); var imageUrl = image!=null ? image.Url : ""; }
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
Can't Use .Value in Surface Controller
How to use Umbraco Helper Method. I can't use .Value.
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.