Last active
April 23, 2019 22:24
-
-
Save 16pxdesign/984fe07dc503bea02a92df81a175278a to your computer and use it in GitHub Desktop.
Hepler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@helper DisplayTree(List<string> elements) { | |
} | |
@DisplayTree(new List<string>()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://martinsdevblog.blogspot.com/2013/05/how-to-display-recursive-tree-structure.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment