ChangePasswordDesigner.GetEditableDesignerRegionContent Method

Definition

Gets the persisted form of the current template of the associated 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

Returns

A String containing the persisted form of the current template of the associated ChangePassword.

Remarks

The GetEditableDesignerRegionContent method serializes the current template (the ChangePasswordTemplate or SuccessTemplate property) of the ChangePassword control to its persisted form, which is a String object of markup text. This persisted form consists of the serialized child controls appended together.

Applies to

See also