<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage>" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <%-- Feedback --%>
<%:Html.ActionLink("Back","Home", "Public", null, new {@class="backButtonNoText argsHolder align-right"}) %>

Download Registration Forms

<%=ViewData[Constants.DownloadTxt] %>

<% Dictionary files = (Dictionary)Model; %> <% using (Html.BeginForm()) { %> <%foreach (string key in files.Keys) { %>

<%:Html.ActionLink(key,"DownloadForm",new{filePath=files[key]},null) %>

<%} %> <% } %>