@Html.ActionLink("Create New", "Create")

@using (Html.BeginForm()) {

Find by name: @Html.TextBox("SearchString")

}