Rendering a tree view using ASP.NET MVC 3 + Razor

I modified the Html Helper created by Mike Hadlow based on the answered provided by marcind over on Stack Overflow and it works pretty beautifully. I also made a couple “improvements”: Updated to use the HtmlTextWriter provided by the HtmlHelper so that it is compatible with MVC 3. Added a children expression so you don’t … Continue reading Rendering a tree view using ASP.NET MVC 3 + Razor

Advertisement