IPublishedContent
Get started
@{
var pageName = Model.Name;
var childPages = Model.Children();
}
<h1>@pageName</h1>Last updated
Was this helpful?
@{
var pageName = Model.Name;
var childPages = Model.Children();
}
<h1>@pageName</h1>Last updated
Was this helpful?
Was this helpful?