1 write to TagName
System.Web (1)
Configuration\TagPrefixInfo.cs (1)
86TagName = tagName;
12 references to TagName
System.Web (12)
Configuration\PagesSection.cs (2)
720if (!String.IsNullOrEmpty(tpi.TagName)) { 721UserControlRegisterEntry ucRegisterEntry = new UserControlRegisterEntry(tpi.TagPrefix, tpi.TagName);
Configuration\TagPrefixCollection.cs (2)
91if (String.IsNullOrEmpty(info.TagName)) { 96return info.TagPrefix + ":" + info.TagName;
Configuration\TagPrefixInfo.cs (5)
93StringUtil.Equals(TagName, ns.TagName) && 99return TagPrefix.GetHashCode() ^ TagName.GetHashCode() ^ 187if (!(String.IsNullOrEmpty(elem.TagName) && String.IsNullOrEmpty(elem.Source))) { 191else if (!String.IsNullOrEmpty(elem.TagName)) {
UI\Util.cs (3)
136if (tpi.TagName != null && tpi.TagName.Length != 0) { 137recompilationHash.AddObject(tpi.TagName);