BootstrapExtensions.Base.HtmlListItem.Divider C# (CSharp) Method

Divider() public method

public Divider ( bool divider = true ) : HtmlListItem
divider bool
return HtmlListItem
        public HtmlListItem Divider(bool divider = true)
        {
            _divider = divider;
            return this;
        }