BootstrapComponents.Components.Forms.Form.ClosingHtml C# (CSharp) Method

ClosingHtml() protected method

protected ClosingHtml ( ) : string
return string
        protected override string ClosingHtml()
        {
            if (_form != null) _form.Dispose();
            return null;
        }