<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexNoticeBy" %> <% foreach (var notice in this.ListNotice) { %>
  • <%= new HtmlAnchor(notice.Title) { Href = WebUrl.NoticeView(notice.Guid) , TextLength=30,Suffix="..." }%>
  • <% } %>