ChangePasswordDesigner.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 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
- region
- EditableDesignerRegion
An EditableDesignerRegion that is not used by this GetEditableDesignerRegionContent(EditableDesignerRegion) override.
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.