how to make button in asp.net to go to other page

Code Example - how to make button in asp.net to go to other page

                
                        <button type="button" onclick="location.href='@Url.Action("register","Home")'">Register</button>