Home
last modified time | relevance | path

Searched refs:WebPartManager_NoZoneID (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs2717 public const string WebPartManager_NoZoneID = "Zone does not have an ID."; field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DWebPartManager.cs3915 throw new ArgumentException(SR.GetString(SR.WebPartManager_NoZoneID), "zone"); in RegisterZone()