Skip to content

Instantly share code, notes, and snippets.

@hartviglarsen
Created August 13, 2019 11:20
Show Gist options
  • Save hartviglarsen/c21e45fe27e5603ad2edcc5aecdc31be to your computer and use it in GitHub Desktop.
Save hartviglarsen/c21e45fe27e5603ad2edcc5aecdc31be to your computer and use it in GitHub Desktop.
using ContentModels = Umbraco.Web.PublishedModels;
var post = blog.Value<IPublishedContent>(ContentModels.Blog.GetModelPropertyType(x => x.Featured).Alias, "en-US");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment