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