public static bool FormCheckValue(this IHtmlHelper html, string name) => ViewUtils.FormCheckValue(html.GetRequest(), name);