View Engine (Razor and ASPX) Syntax - ASP.NET MVC

This page is a Draft. Its content is not complete and might contain errors.

ASPX Markup

General


Forms

<% using (Html.BeginForm("SaveClient", "Admin", FormMethod.Post)) { %>

. . .

<% } %>

Partial Views

<% Html.RenderPartial("Categories"); %>

Razor HTML Helpers

The following are all methods of @Html