public string GetDesignTimeHtml() { string result = @"<table cellspacing=""0"" cellpadding=""0"" border=""0""><tr>"; foreach (WebActionContainer container in ActionContainers) { WebActionContainerDesignerHelper helper = new WebActionContainerDesignerHelper(container); result += "<td>" + helper.GetDesignTimeHtml() + "</td>" + @"</tr><tr>"; } result += "</tr></table>"; return(result); }
public string GetDesignTimeHtml() { string result = @"<table cellspacing=""0"" cellpadding=""0"" border=""0""><tr>"; foreach (WebActionContainer container in ActionContainers) { WebActionContainerDesignerHelper helper = new WebActionContainerDesignerHelper(container); result += "<td>" + helper.GetDesignTimeHtml() + "</td>" + @"</tr><tr>"; } result += "</tr></table>"; return result; }