Guest User

Untitled

a guest
Jun 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @using Archetype.Models
  2. @using Umbraco.Web
  3. @inherits Umbraco.Web.Mvc.UmbracoTemplatePage
  4.  
  5. @{
  6. var news = Model.Content.GetPropertyValue<ArchetypeModel>("myPropertyAlias").Take(5);
  7. }
Add Comment
Please, Sign In to add comment