- <%= 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") %><% } %>