UpdatePanelDesigner.GetEditableDesignerRegionContent Method

Definition

Returns the content for an editable region of the design-time view of the UpdatePanel control.

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 region to update.

Returns

A serialized copy of the template that is used to render the associated UpdatePanel control at design time.

Applies to