BootstrapComponents.Components.Forms.Form.ClosingHtml C# (CSharp) 메소드

ClosingHtml() 보호된 메소드

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