With aspnet-client-validation in my forms, the submit button's value is missing from the request body. ```html <!-- button --> <button type="submit" name="button" value="continue"></button> <!-- input --> <input type="submit" name="button" value="continue2" /> ``` Disabling the validiation JavaScript makes the values appear in the request again.