EditorZoneDesigner.GetDesignTimeHtml Method

Definition

Gets the markup that is used to represent the control at design time.

Overloads

GetDesignTimeHtml()

Invokes GetDesignTimeHtml(DesignerRegionCollection) with a null parameter.

GetDesignTimeHtml(DesignerRegionCollection)

Gets the markup that is used to represent the control at design time.

GetDesignTimeHtml()

Invokes GetDesignTimeHtml(DesignerRegionCollection) with a null parameter.

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

Returns

A String that represents the markup of the control at design time.

Applies to

GetDesignTimeHtml(DesignerRegionCollection)

Gets the markup that is used to represent the control 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 -> string
Public Overrides Function GetDesignTimeHtml (regions As DesignerRegionCollection) As String

Parameters

regions
DesignerRegionCollection

The DesignerRegionCollection, if any, associated with the control.

Returns

A String that represents the markup of the control at design time.

Applies to