当ASP.NET TextBox呈现它时,它会产生:
<input type="text" />
但是,我需要将其呈现为HTML5数字类型,如:
<input type="number" />
这可能吗?
asp.net html5 textbox
asp.net ×1
html5 ×1
textbox ×1