PasswordRecoveryDesigner.GetDesignTimeHtml 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.
Retrieves the HTML markup that is used to represent the control at design time.
Overloads
| GetDesignTimeHtml() | Retrieves the HTML markup that is used to display the associated control at design time. | 
| GetDesignTimeHtml(DesignerRegionCollection) | Retrieves the HTML markup to display all regions at design time. | 
GetDesignTimeHtml()
Retrieves the HTML markup that is used to display the associated control at design time.
public:
 override System::String ^ GetDesignTimeHtml();public override string GetDesignTimeHtml();override this.GetDesignTimeHtml : unit -> stringPublic Overrides Function GetDesignTimeHtml () As StringReturns
The HTML markup used to represent the control at design time.
See also
Applies to
GetDesignTimeHtml(DesignerRegionCollection)
Retrieves the HTML markup to display all regions at design time.
public:
 override System::String ^ GetDesignTimeHtml(System::Web::UI::Design::DesignerRegionCollection ^ regions);public override string GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection regions);override this.GetDesignTimeHtml : System.Web.UI.Design.DesignerRegionCollection -> stringPublic Overrides Function GetDesignTimeHtml (regions As DesignerRegionCollection) As StringParameters
- regions
- DesignerRegionCollection
A collection of control designer regions for the associated control.
Returns
The design-time HTML markup for the associated control, including all control designer regions.