<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> Edit

Edit

<% using (Html.BeginForm()) {%> <%: Html.ValidationSummary(true) %>
Edit AlgorithmClass <%: Html.EditorFor(model => model.AlgorithmClass) %>

<% } %>