- <%= Html.ActionLink("Recent", "Recent", "Quote") %>
- <%= Html.ActionLink("Random", "Random", "Quote") %>
- <%= Html.ActionLink("Best", "Best", "Quote") %>
- <%= Html.ActionLink("Submit", "Submit", "Quote") %>
- <%= Html.ActionLink("About", "About", "Home") %>
-
<% using (Html.BeginForm("search", "quote", FormMethod.Get)) { %>
<%= Html.TextBox("term") %><% } %>