Hello guys, I actually got arround a suggestion here,
Please feel free to relocate this thread, or send suggestions, or correct me if I am missing the point here..
As far as I remember I am creating breadcrumbs exactly the same way I used to do in DW 19.2.9.5...
I remember some tima go, there was a "legend" DW tag that is gone now (atleast I can't find it).
And since we are using Razor, and Items, maybe we could leverage that somehow to improve/extend what XSLT and dwnavigation.
For example, make something like this:
var page = getCurrentPage(); // this (or simmilar) method ofcourse exists
List<Dynamicweb.Content.Page> subpages = page.getChildren(); // something like this (as far as I know) does not exist yet in DW, does it?
other C# magic with page API etc...
This could also be used for rendering DW navigation eventually also for rendering any navigation, same as XSLT does today.
Nearly every single project requires one or another change to dwnavigation XSLT. And when you need to "mix it with Razor" in one or another way.
It's just a suggestion, and if something like this was already done in DW, than maybe I could get some examples that could help me render Navigation (breadcrumbs more specifically) in Razor in someway?
Much appreciated! :-)
Dmitrij