RepeaterDesigner.GetDesignTimeHtml Method

Definition

Retrieves the HTML markup to be used for the design-time representation of the control.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Returns

Design-time HTML markup.

Applies to

See also