How can I generate the following input element using standard HTML helpers and Razor view engine:
<input id="Foo" name="Foo" type="text" autofocus />
Can I use the standard HTML helper or do I have to write my own?
Any help would be greatly appreciated!