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