BootstrapComponents.Components.Navs.Nav.ClosingHtml C# (CSharp) Method

ClosingHtml() protected method

protected ClosingHtml ( ) : string
return string
        protected override string ClosingHtml()
        {
            return "</ul>";
        }