ContentPlaceHolderDesigner.GetDesignTimeHtml Method (DesignerRegionCollection)
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the HTML that is used to represent the control at design time using the DesignerRegionCollection object.
Namespace: System.Web.UI.Design.WebControlsAssembly: System.Design (in system.design.dll)
public String GetDesignTimeHtml ( DesignerRegionCollection regions )
public override function GetDesignTimeHtml ( regions : DesignerRegionCollection ) : String
Not applicable.
Parameters
- regions
The DesignerRegionCollection object containing the regions to use for generating design-time HTML.
Return Value
The HTML that is used to represent the control at design time.| Exception type | Condition |
|---|---|
| The root component is not a MasterPage instance. |
Community Additions
ADD
Show: