@model IEnumerable @{ ViewBag.Title = "Index"; }

Index

@Html.ActionLink("Create New", "Create") @using (Html.BeginForm("Index", "Movies", FormMethod.Get)) {

Genre: @Html.DropDownList("movieGenre", "All") Title: @Html.TextBox("SearchString")

}