<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <%@ Import Namespace="HLWebOKBQueryPlugin.Helpers" %> <%@ Import Namespace="System.Reflection" %>
<% foreach (PropertyInfo pi in typeof(RunCollectionData).GetProperties()) { %> <% } %> <% IList data = (IList) Session["QueryRuns"]; foreach (RunCollectionData rcd in data) { %> <% foreach (PropertyInfo pi in typeof(RunCollectionData).GetProperties()) { %> <% } %> <% } %>
 <%= pi.Name %>
<%: Html.ActionLink("details", "Details", new { rcd.Id}, new { @class = "hl-icon-view"}) %> <% try { %> <%= pi.GetValue(rcd, null).ToString()%> <% } catch (Exception e) { %>   <% } %>