Example #1
0
 public static MvcHtmlString EfInput(this HtmlHelper helper, ExpressFormsInput input, object htmlAttributes)
 {
     return(input.WriteInput(helper, htmlAttributes));
 }
 public ExpressFormsAceInput(ExpressFormsInput input) : base(input)
 {
 }