Button Action Asp Net

<input type="button" value="Create" onclick="location.href='@Url.Action("Create", "User")'" />
Elegant Earthworm