<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySubjectNav" %> <% for (int i = 0; i <= this.NavUrl.Count - 1; i++) { var nav = this.NavUrl[i]; %> <%= new HtmlAnchor(nav.Key) { Href = nav.Value }%> <% if (i != this.NavUrl.Count - 1) { %> | <% } } %>