Exemple #1
0
 public static string FormValue(this IHtmlHelper html, string name, string defaultValue) =>
 ViewUtils.FormValue(html.GetRequest(), name, defaultValue);
Exemple #2
0
 public static string FormValue(this IHtmlHelper html, string name) =>
 ViewUtils.FormValue(html.GetRequest(), name, null);