public static HtmlBuilder Form( this HtmlBuilder hb, HtmlAttributes attributes, bool _using = true, Action action = null) { return(_using ? hb.Append( tag: "form", attributes: attributes.AutoComplete( "off", Parameters.General.DisableAutoComplete), action: action) : hb); }