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 can fix it?
You can’t use @Umbraco.Field in v8
If you are using Models Builder you can just use @Model.Introduction
If you are not using Models Builder you can use @Model.Value(“introduction”)
Thanks paul
@Model.Value(“introduction”) is not work for my project. Bcz i got that project in github. There are many files. finally i use 'Value' keyword.it should work my project @Umbraco.AssignedContentItem.Value("introduction")
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Missing Reference
How can fix it?
You can’t use @Umbraco.Field in v8
If you are using Models Builder you can just use @Model.Introduction
If you are not using Models Builder you can use @Model.Value(“introduction”)
Thanks paul
@Model.Value(“introduction”) is not work for my project. Bcz i got that project in github. There are many files. finally i use 'Value' keyword.it should work my project @Umbraco.AssignedContentItem.Value("introduction")
is working on a reply...