1 write to TagType
System.Web (1)
Configuration\TagMapInfo.cs (1)
53
TagType
= tagTypeName;
8 references to TagType
System.Web (8)
Configuration\TagMapCollection.cs (3)
71
return ((TagMapInfo)element).
TagType
;
82
Type tagType = ConfigUtil.GetType(tmi.
TagType
, "tagType", tmi);
89
tmi.
TagType
),
Configuration\TagMapInfo.cs (4)
59
return StringUtil.Equals(
TagType
, tm.
TagType
) &&
64
return
TagType
.GetHashCode() ^ MappedTagType.GetHashCode();
96
if (String.IsNullOrEmpty(
TagType
)) {
UI\Util.cs (1)
155
recompilationHash.AddObject(tmi.
TagType
);