public static MvcHtmlString BootstrapPasswordFor <TModel, TValue>( this HtmlHelper <TModel> htmlHelper, Expression <Func <TModel, TValue> > expression, HtmlExtensionsCommon.Html5InputTypes type, object htmlAttributes = null ) { return(HtmlExtensionsPassword.BootstrapPasswordFor(htmlHelper, expression, type, string.Empty, string.Empty, false, false, string.Empty, htmlAttributes)); }
public static MvcHtmlString BootstrapPasswordFor <TModel, TValue>( this HtmlHelper <TModel> htmlHelper, Expression <Func <TModel, TValue> > expression, HtmlExtensionsCommon.Html5InputTypes type, string title, string placeholder, bool isRequired, bool isAutoFocus, object htmlAttributes = null ) { return(HtmlExtensionsPassword.BootstrapPasswordFor(htmlHelper, expression, type, title, placeholder, isRequired, isAutoFocus, string.Empty, htmlAttributes)); }