public static string FormValue(this IHtmlHelper html, string name, string defaultValue) => ViewUtils.FormValue(html.GetRequest(), name, defaultValue);
public static string FormValue(this IHtmlHelper html, string name) => ViewUtils.FormValue(html.GetRequest(), name, null);