ASP.net MVC HTML5 Toolkit - support default textbox values? -


i stumbled on asp.net mvc html5 toolkit , looks great. however, don't see way include default value html5 textboxes whereas possible using standard mvc textbox.

outside of javascript, possible add default value html5 textboxes toolkit?

hope helps - can add default values using mvc html5 toolkit. code this:

@html.html5textbox("name", inputtypes.inputtype.text, new { @value = "dean" }) 

and can applied of elements in toolkit. more details, take @ answer:

how set default value html.textboxfor?


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -