- region
- The System.Web.UI.Design.EditableDesignerRegion object to get content for.
The persisted content for the region, if the control designer supports editable regions; otherwise, an empty string ("").
The default implementation of the ControlDesigner.GetEditableDesignerRegionContent(EditableDesignerRegion) method returns an empty string ("").
Classes deriving from the System.Web.UI.Design.ControlDesigner class can support region-based editing on the design surface and override the ControlDesigner.GetEditableDesignerRegionContent(EditableDesignerRegion) method to return the content for a specified region.