ContentDesigner.GetEditableDesignerRegionContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the content of the specified EditableDesignerRegion object.
public:
override System::String ^ GetEditableDesignerRegionContent(System::Web::UI::Design::EditableDesignerRegion ^ region);
public override string GetEditableDesignerRegionContent (System.Web.UI.Design.EditableDesignerRegion region);
override this.GetEditableDesignerRegionContent : System.Web.UI.Design.EditableDesignerRegion -> string
Public Overrides Function GetEditableDesignerRegionContent (region As EditableDesignerRegion) As String
Parameters
- region
- EditableDesignerRegion
The EditableDesignerRegion from which to get the content.
Returns
The persistence string for the content of the specified EditableDesignerRegion.
Remarks
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