<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <% using (Html.BeginForm("SaveGeneral", "Settings", FormMethod.Post, new { id = "form", name = "form" })) {%> <%: Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.") %>
General
"> Add New Profile

Add New Root Directory

<%foreach (var item in Model.Directories) { %> <% Html.RenderPartial("RootDir", item); %> <% } %>

<% } Html.EndForm();%>