<% using (Html.BeginForm(\"SubmitUserName\")) { %> <
Create a pseudo-parameter in the first line of the action method:
public ActionResult SubmitUserName() { string userName = Request.Params["user-name"]; ... }