3 references to ExportTypeNameAttribute
System.Web (3)
UI\WebParts\ImportCatalogPart.cs (1)
209partTypeName = reader.GetAttribute(WebPartManager.ExportTypeNameAttribute);
UI\WebParts\WebPartManager.cs (2)
2151writer.WriteAttributeString(ExportTypeNameAttribute, WebPartUtil.SerializeType(control.GetType())); 2734partTypeName = reader.GetAttribute(ExportTypeNameAttribute);