1 write to closingTag
System.Web (1)
UI\HTMLTextWriter.cs (1)
1413this.closingTag = closingTag;
1 reference to closingTag
System.Web (1)
UI\HTMLTextWriter.cs (1)
1001string endTag = renderEndTag? tagInfo.closingTag : null;