<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Add Form</title>
</head>
<body>
<form action="AddMVC" method="post">
a: <input type="text" name="a" /> <br />
b: <input type="text" name="b" /> <br />
<input type="submit" name="add" value="Add" />
</form>
</body>
</html>