Hi Friends:
I have placed a Tree in a Layout.cshtml file in my shared folder (MVC5). Depending on the content file I render (e.g.: oldemployee.cshtml vs newemployee.cshtml), I want to be able to:
1. Hide (or render visible) some of the tree nodes.
2. Add additional (or remove) tree nodes.
3. Change the hyperlink that is associated with some of the tree nodes.
I have not work with layout files much. Any advice on how I can accomplish this would be greatly appreciated.
Thank you in advance.
Justin