Beispiel #1
0
 public static MvcHtmlString BootstrapTextBox(this HtmlHelper helper, string name, object formattedModelValue)
 {
     return helper.BootstrapTextBox(name, formattedModelValue, null);
 }
Beispiel #2
0
 public static MvcHtmlString BootstrapTextBox(this HtmlHelper helper, string name)
 {
     return helper.BootstrapTextBox(name, null);
 }