UpdatePanelDesigner::GetEditableDesignerRegionContent Method (EditableDesignerRegion^)
.NET Framework (current version)
Returns the content for an editable region of the design-time view of the UpdatePanel control.
Assembly: System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)
public: virtual String^ GetEditableDesignerRegionContent( EditableDesignerRegion^ region ) override
Parameters
- region
-
Type:
System.Web.UI.Design::EditableDesignerRegion^
The region to update.
Return Value
Type: System::String^A serialized copy of the template that is used to render the associated UpdatePanel control at design time.
.NET Framework
Available since 3.5
Available since 3.5
Show: