I want to pass the Html.Textbox value to a controller from anchor tag, so that I can search the value passed to a controller. Please tell me how can I achieve this.
Html.Textbox
@using (Html.BeginForm("Index", "Home", null, FormMethod.Post, new {@id = "my-form"})) { @Html.TextBox("String") }