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