How to add x-webkit-speech tag to ASP: TextBox
I would like to add the x-webkit-speech attribute to input boxes on my ASP.net site. How would I add the attribute x-webkit开发者_Go百科-speech to an
<input id="uxTextInput" value="" x-webkit-speech>
uxTextInput.Attributes.Add("x-webkit-speech", "x-webkit-speech");
web-kit should recognize that
精彩评论