Tys
Tys

Reputation: 3610

How to work with DynamicNode in Umbraco

I see some examples about DynamicNode's in Umbraco. But i don't see how i can use these.

Can anyone tell me which reference do i have to make to be able to use DynamicNode?

I'm using C#, ASP.NET webforms and Umbraco 4.7.

Upvotes: 0

Views: 3638

Answers (1)

JotaBe
JotaBe

Reputation: 39045

Have a look at:

Razor DynamicNode Cheat Sheet

You can see the references (using) at the bottom right of the page:

@using umbraco.MacroEngines
@inherits umbraco.MacroEngines.DynamicNodeContex

pehaps you need to add uComponents library (part of it it's now on umbraco core, but I think it's from 4.8.0 on).

Upvotes: 2

Related Questions