BootstrapExtensions.Base.HtmlList.EndHtml C# (CSharp) Method

EndHtml() protected method

protected EndHtml ( ) : string
return string
        protected override string EndHtml()
        {
            return string.Format("</{0}>", _ordered ? "ol" : "ul");
        }