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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can't Use .Value in Surface Controller
How to use Umbraco Helper Method. I can't use .Value.
is working on a reply...