2 writes to tagName
System.Web (2)
UI\WebControls\WebControl.cs (2)
77
tagName
= tag;
530
tagName
= Enum.Format(typeof(HtmlTextWriterTag), TagKey, "G").ToLower(CultureInfo.InvariantCulture);
2 references to tagName
System.Web (2)
UI\WebControls\WebControl.cs (2)
528
if (
tagName
== null && TagKey != HtmlTextWriterTag.Unknown) {
532
return
tagName
;