BootstrapComponents.Core.BasicCloseableHtml.ClosingHtml C# (CSharp) Method

ClosingHtml() protected method

protected ClosingHtml ( ) : string
return string
        protected override string ClosingHtml()
        {
            return _end;
        }