2
How do I use text from @Html.TextBox("pesquisa")
as parameter in the code below
<button id="BtnConsulta" onclick="location.href='@Url.Action("Pesquisa", "Cliente", new { PARAMETRO)'"><i class="glyphicon glyphicon-search"></i></button>
</div>
<div class="editor-field">
@Html.TextBox("pesquisa")
</div><br />