public void Close() { helper = null; outer = null; }
public HtmlForm(HtmlHelper helper, HtmlForm outer) { this.helper = helper; this.outer = outer; }