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
Value cannot be null. Parameter name: source
var blogsNode = Model.Blog.Select(x => new Blog(x)).FirstOrDefault();
File: BlogListSection.cshtml
Bypassed with:
var blogsNode = Umbraco.Content(1190);
where 1190 is the node id.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Bypassed with:
var blogsNode = Umbraco.Content(1190);
where 1190 is the node id.
is working on a reply...