Skip to content

Instantly share code, notes, and snippets.

@NikRimington
NikRimington / allproperties.cshtml
Created May 5, 2023 14:43 — forked from KevinJump/allproperties.cshtml
Display all the properties (and nested properties) for a content node in Umbraco 10/11.
@using Umbraco.Cms.Web.Common.PublishedModels;
@using Umbraco.Cms.Core.Models;
@using Umbraco.Cms.Core.Models.Blocks;
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage
@{
Layout = null;
}
<html>
<head>