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