Created
August 13, 2019 11:20
-
-
Save hartviglarsen/c21e45fe27e5603ad2edcc5aecdc31be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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