ContentDesigner.GetEditableDesignerRegionContent Method (EditableDesignerRegion)
.NET Framework (current version)
Gets the content of the specified EditableDesignerRegion object.
Assembly: System.Design (in System.Design.dll)
Parameters
- region
-
Type:
System.Web.UI.Design.EditableDesignerRegion
The EditableDesignerRegion from which to get the content.
Return Value
Type: System.StringThe persistence string for the content of the specified EditableDesignerRegion.
If EditableDesignerRegion elements are defined in the DesignerRegionCollection and the design-time markup contains region identifiers, the GetEditableDesignerRegionContent method is used to return the content for each EditableDesignerRegion in the DesignerRegionCollection
.NET Framework
Available since 2.0
Available since 2.0
Show: