<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage>" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <%-- Home --%>

Welcome

<%=ViewData[Constants.AppHomeWelcomeTxt] %>

<%: Html.ActionLink("Submit general questions and/or comments", "SendFeedback","Feedback")%>

<%if(ViewData[Constants.AppHomeDownloadTxt]!=null || Convert.ToBoolean(ViewData["app.home.has.forms"])) { %>

Register

<%=ViewData[Constants.AppHomeDownloadTxt]%>

<% if (Convert.ToBoolean(ViewData["app.home.has.forms"])) {%> <%: Html.ActionLink("Download registration forms","Download","File") %> <% } %>

<% } %>
<% Html.RenderPartial("NewsSide", Model); %>