Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • pubudu 30 posts 133 karma points
    Apr 18, 2019 @ 03:05
    pubudu
    0

    Missing Reference

    How can fix it?

    enter image description here

  • Paul Seal 524 posts 2890 karma points MVP 7x c-trib
    Apr 18, 2019 @ 07:34
    Paul Seal
    1

    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”)

  • pubudu 30 posts 133 karma points
    Apr 23, 2019 @ 10:29
    pubudu
    0

    Thanks paul

  • pubudu 30 posts 133 karma points
    Apr 23, 2019 @ 10:28
    pubudu
    0

    @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")

  • 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.

Please Sign in or register to post replies