Example #1
0
        public string ToHtml(string filter)
        {
            int itemCount = 0;

            return(MenuUtils.BuildBootstrapMenu(this, filter, ref itemCount));
        }