Torna al Thread
@Using Html.BeginForm("Index", "Home", New With {.ReturnUrl = ViewBag.ReturnUrl}, FormMethod.Get, New With {.class = "form-horizontal", .role = "form"})
@<text>
@Html.Label("Ricerca", Nothing, New With {.class = "col-md-2 control-label"})
<div class="col-md-10">
@Html.TextBox("Ricerca", "Totti", New With {.class = "form-control", .ciccio = "ss"})
@*@Html.ValidationMessageFor(Function(m) m.UserName)*@
</div>
<input type="submit" value="Accedi" class="btn btn-default" />
</text>
End Using