Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I did a Nested Content render. I want your help to improve it. It works fine now, but it might need some improvements.
Please check it out: https://github.com/andemt/Limetta.Umbraco.Demo
@inherits UmbracoViewPage<HomePage> <! -- Render elements: --> @Html.Elements(Model.Elements) <!-- Or... --> @{ Html.RenderElements(Model.Elements); }
If any improvements, I think it's this file: https://github.com/andemt/Limetta.Umbraco.Demo/blob/master/Limetta.Umbraco.Demo.RenderElements/Factories/ElementsRoutingFactory.cs
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Render Nested Content/IPublishedElement
Hi,
I did a Nested Content render. I want your help to improve it. It works fine now, but it might need some improvements.
Please check it out: https://github.com/andemt/Limetta.Umbraco.Demo
If any improvements, I think it's this file: https://github.com/andemt/Limetta.Umbraco.Demo/blob/master/Limetta.Umbraco.Demo.RenderElements/Factories/ElementsRoutingFactory.cs
is working on a reply...