%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexLiveBy" %>
<%
var count = 0;
foreach (var live in this.ListApplication)
{
count += 1;
%>
<%= new HtmlAnchor(live.Title) { Title = live.Title, Target = "_blank", Href = WebUrl.LivePlay(live.Guid) }%>