Copied to clipboard

Flag this post as spam?

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


  • Biagio Paruolo 1594 posts 1825 karma points c-trib
    Sep 03, 2019 @ 13:03
    Biagio Paruolo
    0

    Error null in Model.Blog.Select(x => new Blog(x)).FirstOrDefault();

    Value cannot be null. Parameter name: source

    var blogsNode = Model.Blog.Select(x => new Blog(x)).FirstOrDefault();

    File: BlogListSection.cshtml

  • Biagio Paruolo 1594 posts 1825 karma points c-trib
    Sep 03, 2019 @ 13:04
    Biagio Paruolo
    0

    Bypassed with:

    var blogsNode = Umbraco.Content(1190);

    where 1190 is the node id.

Please Sign in or register to post replies

Write your reply to:

Draft